Uses of Interface
jmri.jmrit.logixng.StringExpressionBean
Packages that use StringExpressionBean
Package
Description
-
Uses of StringExpressionBean in jmri.jmrit.logixng
Subinterfaces of StringExpressionBean in jmri.jmrit.logixngModifier and TypeInterfaceDescriptioninterfaceA LogixNG male StringExpressionBean socket.Methods in jmri.jmrit.logixng with parameters of type StringExpressionBeanModifier and TypeMethodDescriptionStringExpressionManager.registerExpression(StringExpressionBean expression) Remember a NamedBean Object created outside the manager. -
Uses of StringExpressionBean in jmri.jmrit.logixng.expressions
Classes in jmri.jmrit.logixng.expressions that implement StringExpressionBeanModifier and TypeClassDescriptionclassclassConstant value.classReads a Memory.classReads a StringIO.classEvaluates to True if the formula evaluates to true -
Uses of StringExpressionBean in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement StringExpressionBeanModifier and TypeClassDescriptionclassEvery StringExpressionBean has an DefaultMaleStringExpressionSocket as its parent.Methods in jmri.jmrit.logixng.implementation with parameters of type StringExpressionBeanModifier and TypeMethodDescriptionprotected MaleStringExpressionSocketDefaultStringExpressionManager.createMaleStringExpressionSocket(StringExpressionBean expression) DefaultStringExpressionManager.registerExpression(StringExpressionBean expression) Remember a NamedBean Object created outside the manager.Constructors in jmri.jmrit.logixng.implementation with parameters of type StringExpressionBeanModifierConstructorDescriptionDefaultMaleStringExpressionSocket(BaseManager<? extends NamedBean> manager, StringExpressionBean stringExpression) -
Uses of StringExpressionBean in jmri.jmrit.logixng.tools.debugger
Classes in jmri.jmrit.logixng.tools.debugger that implement StringExpressionBean