Uses of Class
jmri.jmrit.logixng.FemaleSocketOperation
-
Packages that use FemaleSocketOperation Package Description jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions -
-
Uses of FemaleSocketOperation in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return FemaleSocketOperation Modifier and Type Method Description static FemaleSocketOperation
FemaleSocketOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FemaleSocketOperation[]
FemaleSocketOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng with parameters of type FemaleSocketOperation Modifier and Type Method Description default void
Base. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childdefault void
FemaleSocket. doSocketOperation(FemaleSocketOperation oper)
Do an operation on this socketdefault boolean
Base. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?default boolean
FemaleSocket. isSocketOperationAllowed(FemaleSocketOperation oper)
Is the operation allowed on this socket? -
Uses of FemaleSocketOperation in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions with parameters of type FemaleSocketOperation Modifier and Type Method Description void
AnalogMany. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
DigitalBooleanMany. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
DigitalFormula. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
DigitalMany. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
IfThenElse. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
Sequence. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
StringMany. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childboolean
AnalogMany. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
DigitalBooleanMany. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
DigitalFormula. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
DigitalMany. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
IfThenElse. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
Sequence. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
StringMany. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child? -
Uses of FemaleSocketOperation in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions with parameters of type FemaleSocketOperation Modifier and Type Method Description void
AnalogFormula. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
And. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
Antecedent. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
DigitalFormula. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
Or. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childvoid
StringFormula. doSocketOperation(int index, FemaleSocketOperation oper)
Do an operation on a childboolean
AnalogFormula. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
And. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
Antecedent. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
DigitalFormula. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
Or. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?boolean
StringFormula. isSocketOperationAllowed(int index, FemaleSocketOperation oper)
Is the operation allowed on this child?
-