Uses of Enum
jmri.jmrit.logixng.FemaleSocketOperation
Packages that use FemaleSocketOperation
-
Uses of FemaleSocketOperation in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return FemaleSocketOperationModifier and TypeMethodDescriptionstatic FemaleSocketOperationReturns 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 FemaleSocketOperationModifier and TypeMethodDescriptiondefault voidBase.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childdefault voidFemaleSocket.doSocketOperation(FemaleSocketOperation oper) Do an operation on this socketdefault booleanBase.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?default booleanFemaleSocket.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 FemaleSocketOperationModifier and TypeMethodDescriptionvoidAnalogMany.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidDigitalBooleanMany.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidDigitalFormula.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidDigitalMany.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidIfThenElse.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidSequence.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidStringMany.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childbooleanAnalogMany.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanDigitalBooleanMany.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanDigitalFormula.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanDigitalMany.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanIfThenElse.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanSequence.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanStringMany.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 FemaleSocketOperationModifier and TypeMethodDescriptionvoidAnalogFormula.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidAnd.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidAntecedent.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidDigitalFormula.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidOr.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childvoidStringFormula.doSocketOperation(int index, FemaleSocketOperation oper) Do an operation on a childbooleanAnalogFormula.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanAnd.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanAntecedent.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanDigitalFormula.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanOr.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?booleanStringFormula.isSocketOperationAllowed(int index, FemaleSocketOperation oper) Is the operation allowed on this child?