Uses of Enum Class
neqsim.process.controllerdevice.LogicBlock.Comparator
Packages that use LogicBlock.Comparator
-
Uses of LogicBlock.Comparator in neqsim.process.controllerdevice
Subclasses with type arguments of type LogicBlock.Comparator in neqsim.process.controllerdeviceModifier and TypeClassDescriptionstatic enumComparison operators used to convert a continuous signal to a boolean.Fields in neqsim.process.controllerdevice declared as LogicBlock.ComparatorModifier and TypeFieldDescriptionprotected final LogicBlock.ComparatorLogicBlock.LogicInput.comparatorThe comparator.Methods in neqsim.process.controllerdevice that return LogicBlock.ComparatorModifier and TypeMethodDescriptionLogicBlock.LogicInput.getComparator()Get the comparator.static LogicBlock.ComparatorReturns the enum constant of this class with the specified name.static LogicBlock.Comparator[]LogicBlock.Comparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.controllerdevice with parameters of type LogicBlock.ComparatorModifier and TypeMethodDescriptionvoidLogicBlock.addInput(MeasurementDeviceInterface device, double threshold, LogicBlock.Comparator comparator) Add an input signal from a measurement device with a comparison threshold.Constructors in neqsim.process.controllerdevice with parameters of type LogicBlock.ComparatorModifierConstructorDescriptionLogicInput(MeasurementDeviceInterface device, double threshold, LogicBlock.Comparator comparator) Create a logic input.