Uses of Enum
jmri.Conditional.AntecedentOperator
Packages that use Conditional.AntecedentOperator
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Conditional.AntecedentOperator in jmri
Methods in jmri that return Conditional.AntecedentOperatorModifier and TypeMethodDescriptionConditional.getLogicType()Get type of operators in the antecedent statementConditional.AntecedentOperator.getOperatorFromIntValue(int value) Returns the enum constant of this type with the specified name.static Conditional.AntecedentOperator[]Conditional.AntecedentOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type Conditional.AntecedentOperatorModifier and TypeMethodDescriptionvoidConditional.setLogicType(Conditional.AntecedentOperator type, String antecedent) set the logic type (all AND's all OR's or mixed AND's and OR's set the antecedent expression - should be a well formed boolean statement with parenthesis indicating the order of evaluation -
Uses of Conditional.AntecedentOperator in jmri.implementation
Methods in jmri.implementation that return Conditional.AntecedentOperatorModifier and TypeMethodDescriptionDefaultConditional.getLogicType()Get type of operators in the antecedent statement.Methods in jmri.implementation with parameters of type Conditional.AntecedentOperatorModifier and TypeMethodDescriptionvoidDefaultConditional.setLogicType(Conditional.AntecedentOperator type, String antecedent) Set the logic type (all AND's all OR's or mixed AND's and OR's set the antecedent expression - should be a well formed boolean statement with parenthesis indicating the order of evaluation) -
Uses of Conditional.AntecedentOperator in jmri.jmrit.conditional
Fields in jmri.jmrit.conditional declared as Conditional.AntecedentOperatorModifier and TypeFieldDescription(package private) Conditional.AntecedentOperatorConditionalFrame._logicType(package private) Conditional.AntecedentOperatorConditionalTreeEdit._logicTypeFields in jmri.jmrit.conditional with type parameters of type Conditional.AntecedentOperatorModifier and TypeFieldDescription(package private) JComboBox<Conditional.AntecedentOperator>ConditionalTreeEdit._editOperatorMode(package private) JComboBox<Conditional.AntecedentOperator>ConditionalEditFrame._operatorBoxMethods in jmri.jmrit.conditional with parameters of type Conditional.AntecedentOperatorModifier and TypeMethodDescription(package private) StringConditionalEditBase.appendToAntecedent(Conditional.AntecedentOperator logicType, int varListSize, String antecedent) Add a variable R# entry to the antecedent string.(package private) voidConditionalTreeEdit.logicTypeChanged(Conditional.AntecedentOperator newType) Respond to a change of Logic Type in the dialog window by showing/hiding the _antecedentPanel when Mixed is selected.(package private) abstract booleanConditionalList.updateConditional(String uName, Conditional.AntecedentOperator logicType, boolean trigger, String antecedent) Update _curConditional, the current Conditional.(package private) booleanConditionalList.updateConditional(String uName, Logix logix, Conditional.AntecedentOperator logicType, boolean trigger, String antecedent) (package private) booleanConditionalListCopy.updateConditional(String uName, Conditional.AntecedentOperator logicType, boolean trigger, String antecedent) (package private) booleanConditionalListEdit.updateConditional(String uName, Conditional.AntecedentOperator logicType, boolean trigger, String antecedent) (package private) booleanConditionalEditBase.validateAntecedent(Conditional.AntecedentOperator logicType, String antecedentText, List<ConditionalVariable> variableList, Conditional curConditional) Check the antecedent and logic type.