Class DebuggerMaleAnalogExpressionSocketFactory
- java.lang.Object
-
- jmri.jmrit.logixng.tools.debugger.DebuggerMaleAnalogExpressionSocketFactory
-
- All Implemented Interfaces:
MaleAnalogExpressionSocketFactory
,MaleSocketFactory<MaleAnalogExpressionSocket>
public class DebuggerMaleAnalogExpressionSocketFactory extends java.lang.Object implements MaleAnalogExpressionSocketFactory
-
-
Constructor Summary
Constructors Constructor Description DebuggerMaleAnalogExpressionSocketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaleAnalogExpressionSocket
encapsulateMaleSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket)
Encapsulate a male socket into another male socket.
-
-
-
Constructor Detail
-
DebuggerMaleAnalogExpressionSocketFactory
public DebuggerMaleAnalogExpressionSocketFactory()
-
-
Method Detail
-
encapsulateMaleSocket
public MaleAnalogExpressionSocket encapsulateMaleSocket(BaseManager<MaleAnalogExpressionSocket> manager, MaleAnalogExpressionSocket maleSocket)
Description copied from interface:MaleSocketFactory
Encapsulate a male socket into another male socket.- Specified by:
encapsulateMaleSocket
in interfaceMaleSocketFactory<MaleAnalogExpressionSocket>
- 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
-
-