Uses of Interface
jmri.jmrit.logixng.MaleStringExpressionSocket
Packages that use MaleStringExpressionSocket
Package
Description
-
Uses of MaleStringExpressionSocket in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return MaleStringExpressionSocketModifier and TypeMethodDescriptionStringExpressionManager.registerExpression(StringExpressionBean expression) Remember a NamedBean Object created outside the manager.Methods in jmri.jmrit.logixng with parameters of type MaleStringExpressionSocketModifier and TypeMethodDescriptionvoidStringExpressionManager.deleteStringExpression(MaleStringExpressionSocket x) Delete StringExpression by removing it from the manager. -
Uses of MaleStringExpressionSocket in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement MaleStringExpressionSocketModifier and TypeClassDescriptionclassEvery StringExpressionBean has an DefaultMaleStringExpressionSocket as its parent.Methods in jmri.jmrit.logixng.implementation that return MaleStringExpressionSocketModifier and TypeMethodDescriptionprotected MaleStringExpressionSocketDefaultStringExpressionManager.castBean(MaleSocket maleSocket) protected MaleStringExpressionSocketDefaultStringExpressionManager.createMaleStringExpressionSocket(StringExpressionBean expression) DefaultStringExpressionManager.registerBean(MaleStringExpressionSocket maleSocket) Remember a NamedBean Object created outside the manager.DefaultStringExpressionManager.registerExpression(StringExpressionBean expression) Remember a NamedBean Object created outside the manager.Methods in jmri.jmrit.logixng.implementation that return types with arguments of type MaleStringExpressionSocketMethods in jmri.jmrit.logixng.implementation with parameters of type MaleStringExpressionSocketModifier and TypeMethodDescriptionvoidDefaultStringExpressionManager.deleteStringExpression(MaleStringExpressionSocket x) Delete StringExpression by removing it from the manager.DefaultStringExpressionManager.registerBean(MaleStringExpressionSocket maleSocket) Remember a NamedBean Object created outside the manager. -
Uses of MaleStringExpressionSocket in jmri.jmrit.logixng.tools.debugger
Classes in jmri.jmrit.logixng.tools.debugger that implement MaleStringExpressionSocketMethods in jmri.jmrit.logixng.tools.debugger that return MaleStringExpressionSocketModifier and TypeMethodDescriptionDebuggerMaleStringExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) Methods in jmri.jmrit.logixng.tools.debugger with parameters of type MaleStringExpressionSocketModifier and TypeMethodDescriptionDebuggerMaleStringExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) Method parameters in jmri.jmrit.logixng.tools.debugger with type arguments of type MaleStringExpressionSocketModifier and TypeMethodDescriptionDebuggerMaleStringExpressionSocketFactory.encapsulateMaleSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) Constructors in jmri.jmrit.logixng.tools.debugger with parameters of type MaleStringExpressionSocketModifierConstructorDescriptionDebuggerMaleStringExpressionSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket) Constructor parameters in jmri.jmrit.logixng.tools.debugger with type arguments of type MaleStringExpressionSocketModifierConstructorDescriptionDebuggerMaleStringExpressionSocket(BaseManager<MaleStringExpressionSocket> manager, MaleStringExpressionSocket maleSocket)