Package jmri.jmrit.logixng
Interface FemaleSocketManager
-
- All Known Implementing Classes:
DefaultFemaleSocketManager
public interface FemaleSocketManager
Manager for FemaleSockets
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FemaleSocketManager.SocketType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FemaleSocketManager.SocketType
getSocketTypeByType(java.lang.String type)
java.util.Map<java.lang.String,FemaleSocketManager.SocketType>
getSocketTypes()
-
-
-
Method Detail
-
getSocketTypes
java.util.Map<java.lang.String,FemaleSocketManager.SocketType> getSocketTypes()
-
getSocketTypeByType
FemaleSocketManager.SocketType getSocketTypeByType(java.lang.String type)
-
-