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 MaleStringExpressionSocketencapsulateMaleSocket(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:MaleSocketFactoryEncapsulate a male socket into another male socket.- Specified by:
encapsulateMaleSocketin 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
-
-