Uses of Class
adalid.core.enums.OrderedPairOp
-
Packages that use OrderedPairOp Package Description adalid.core.enums adalid.core.expressions adalid.core.interfaces -
-
Uses of OrderedPairOp in adalid.core.enums
Methods in adalid.core.enums that return OrderedPairOp Modifier and Type Method Description static OrderedPairOpOrderedPairOp. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderedPairOp[]OrderedPairOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrderedPairOp in adalid.core.expressions
Methods in adalid.core.expressions that return OrderedPairOp Modifier and Type Method Description OrderedPairOpAbstractOrderedPairX. getOperator()Constructors in adalid.core.expressions with parameters of type OrderedPairOp Constructor Description AbstractOrderedPairX(Object x, OrderedPairOp operator, Object y) -
Uses of OrderedPairOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return OrderedPairOp Modifier and Type Method Description OrderedPairOpOrderedPairX. getOperator()
-