Class DefaultFemaleSocketManager
- java.lang.Object
-
- jmri.jmrit.logixng.implementation.DefaultFemaleSocketManager
-
- All Implemented Interfaces:
FemaleSocketManager
public class DefaultFemaleSocketManager extends java.lang.Object implements FemaleSocketManager
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jmri.jmrit.logixng.FemaleSocketManager
FemaleSocketManager.SocketType
-
-
Constructor Summary
Constructors Constructor Description DefaultFemaleSocketManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FemaleSocketManager.SocketType
getSocketTypeByType(java.lang.String type)
java.util.Map<java.lang.String,FemaleSocketManager.SocketType>
getSocketTypes()
-
-
-
Constructor Detail
-
DefaultFemaleSocketManager
public DefaultFemaleSocketManager()
-
-
Method Detail
-
getSocketTypes
public java.util.Map<java.lang.String,FemaleSocketManager.SocketType> getSocketTypes()
- Specified by:
getSocketTypes
in interfaceFemaleSocketManager
-
getSocketTypeByType
public FemaleSocketManager.SocketType getSocketTypeByType(java.lang.String type)
- Specified by:
getSocketTypeByType
in interfaceFemaleSocketManager
-
-