Class DebuggerMaleAnalogActionSocketFactory
- java.lang.Object
-
- jmri.jmrit.logixng.tools.debugger.DebuggerMaleAnalogActionSocketFactory
-
- All Implemented Interfaces:
MaleAnalogActionSocketFactory
,MaleSocketFactory<MaleAnalogActionSocket>
public class DebuggerMaleAnalogActionSocketFactory extends java.lang.Object implements MaleAnalogActionSocketFactory
-
-
Constructor Summary
Constructors Constructor Description DebuggerMaleAnalogActionSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaleAnalogActionSocket
encapsulateMaleSocket(BaseManager<MaleAnalogActionSocket> manager, MaleAnalogActionSocket maleSocket)
Encapsulate a male socket into another male socket.
-
-
-
Constructor Detail
-
DebuggerMaleAnalogActionSocketFactory
public DebuggerMaleAnalogActionSocketFactory()
-
-
Method Detail
-
encapsulateMaleSocket
public MaleAnalogActionSocket encapsulateMaleSocket(BaseManager<MaleAnalogActionSocket> manager, MaleAnalogActionSocket maleSocket)
Description copied from interface:MaleSocketFactory
Encapsulate a male socket into another male socket.- Specified by:
encapsulateMaleSocket
in interfaceMaleSocketFactory<MaleAnalogActionSocket>
- Parameters:
manager
- the manager that registers this male socketmaleSocket
- the male socket to be encapsulated- Returns:
- the new male socket that encapsulates the old male socket
-
-