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