Uses of Enum Class
neqsim.process.controllerdevice.LogicBlock.Operator
Packages that use LogicBlock.Operator
-
Uses of LogicBlock.Operator in neqsim.process.controllerdevice
Subclasses with type arguments of type LogicBlock.Operator in neqsim.process.controllerdeviceModifier and TypeClassDescriptionstatic enumLogical operators supported by this block.Fields in neqsim.process.controllerdevice declared as LogicBlock.OperatorModifier and TypeFieldDescriptionprivate final LogicBlock.OperatorLogicBlock.operatorLogic operator for this block.Methods in neqsim.process.controllerdevice that return LogicBlock.OperatorModifier and TypeMethodDescriptionLogicBlock.getOperator()Get the logical operator used by this block.static LogicBlock.OperatorReturns the enum constant of this class with the specified name.static LogicBlock.Operator[]LogicBlock.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.controllerdevice with parameters of type LogicBlock.OperatorModifierConstructorDescriptionLogicBlock(String name, LogicBlock.Operator operator) Constructor for LogicBlock.