Uses of Class
jmri.Conditional.Type
-
Packages that use Conditional.Type Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.conditional -
-
Uses of Conditional.Type in jmri
Methods in jmri that return Conditional.Type Modifier and Type Method Description static Conditional.Type
Conditional.Type. getOperatorFromIntValue(int typeInt)
Conditional.Type
ConditionalVariable. getType()
static Conditional.Type
ConditionalVariable. stringToVariableTest(java.lang.String str)
Identify action Data from Text String.static Conditional.Type
Conditional.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Conditional.Type[]
Conditional.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri that return types with arguments of type Conditional.Type Modifier and Type Method Description static java.util.List<Conditional.Type>
Conditional.Type. getConditionalItems()
static java.util.List<Conditional.Type>
Conditional.Type. getEntryExitItems()
static java.util.List<Conditional.Type>
Conditional.Type. getLightItems()
static java.util.List<Conditional.Type>
Conditional.Type. getMemoryItems()
static java.util.List<Conditional.Type>
Conditional.Type. getOBlockItems()
static java.util.List<Conditional.Type>
Conditional.Type. getSensorItems()
static java.util.List<Conditional.Type>
Conditional.Type. getSignalHeadStateMachineItems()
static java.util.List<Conditional.Type>
Conditional.Type. getSignalMastItems()
static java.util.List<Conditional.Type>
Conditional.Type. getTurnoutItems()
static java.util.List<Conditional.Type>
Conditional.Type. getWarrantItems()
Methods in jmri with parameters of type Conditional.Type Modifier and Type Method Description static int
Conditional.Type. getIndexInList(java.util.List<Conditional.Type> table, Conditional.Type entry)
static boolean
Conditional.Type. isSignalHeadApperance(Conditional.Type type)
void
ConditionalVariable. setType(Conditional.Type type)
Method parameters in jmri with type arguments of type Conditional.Type Modifier and Type Method Description static int
Conditional.Type. getIndexInList(java.util.List<Conditional.Type> table, Conditional.Type entry)
Constructors in jmri with parameters of type Conditional.Type Constructor Description ConditionalVariable(boolean not, Conditional.Operator opern, Conditional.Type type, java.lang.String name, boolean trigger)
Create a ConditionalVariable with a set of given properties. -
Uses of Conditional.Type in jmri.implementation
Fields in jmri.implementation declared as Conditional.Type Modifier and Type Field Description (package private) Conditional.Type
JmriSimplePropertyListener. _varType
Methods in jmri.implementation that return Conditional.Type Modifier and Type Method Description Conditional.Type
JmriSimplePropertyListener. getVarType()
Constructors in jmri.implementation with parameters of type Conditional.Type Constructor Description JmriClockPropertyListener(java.lang.String propName, int type, java.lang.String name, Conditional.Type varType, Conditional client, int beginTime, int endTime)
JmriMemoryPropertyListener(java.lang.String propName, int type, java.lang.String name, Conditional.Type varType, Conditional client, java.lang.String data)
JmriMultiStatePropertyListener(java.lang.String propName, int type, java.lang.String name, Conditional.Type varType, Conditional client, int state)
JmriMultiStatePropertyListener(java.lang.String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client, int state)
JmriSimplePropertyListener(java.lang.String propName, int type, java.lang.String varName, Conditional.Type varType, Conditional client)
JmriSimplePropertyListener(java.lang.String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client)
JmriTwoStatePropertyListener(java.lang.String propName, int type, java.lang.String name, Conditional.Type varType, Conditional client)
JmriTwoStatePropertyListener(java.lang.String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client)
-
Uses of Conditional.Type in jmri.jmrit.conditional
Fields in jmri.jmrit.conditional with type parameters of type Conditional.Type Modifier and Type Field Description (package private) javax.swing.JComboBox<Conditional.Type>
ConditionalEditFrame. _variableCompareTypeBox
(package private) javax.swing.JComboBox<Conditional.Type>
ConditionalTreeEdit. _variableCompareTypeBox
(package private) javax.swing.JComboBox<Conditional.Type>
ConditionalEditFrame. _variableStateBox
(package private) javax.swing.JComboBox<Conditional.Type>
ConditionalTreeEdit. _variableStateBox
-