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