Uses of Enum Class
net.maswag.falcaun.STLAbstractAtomic.Operation
Packages that use STLAbstractAtomic.Operation
-
Uses of STLAbstractAtomic.Operation in net.maswag.falcaun
Fields in net.maswag.falcaun declared as STLAbstractAtomic.OperationMethods in net.maswag.falcaun that return STLAbstractAtomic.OperationModifier and TypeMethodDescriptionstatic STLAbstractAtomic.OperationReturns the enum constant of this class with the specified name.static STLAbstractAtomic.Operation[]STLAbstractAtomic.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.maswag.falcaun with parameters of type STLAbstractAtomic.OperationModifierConstructorDescriptionSTLAbstractAtomic(int sigIndex, STLAbstractAtomic.Operation op, double comparator) Constructor for STLAtomic.STLInputAtomic(int sigIndex, STLAbstractAtomic.Operation op, double comparator) Constructor for STLAtomic.STLOutputAtomic(int sigIndex, STLAbstractAtomic.Operation op, double comparator) Constructor for STLAtomic.