Uses of Enum Class
adalid.core.enums.NaryVectorOp
Packages that use NaryVectorOp
-
Uses of NaryVectorOp in adalid.core.enums
Methods in adalid.core.enums that return NaryVectorOpModifier and TypeMethodDescriptionstatic NaryVectorOpReturns the enum constant of this class with the specified name.static NaryVectorOp[]NaryVectorOp.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NaryVectorOp in adalid.core.expressions
Methods in adalid.core.expressions that return NaryVectorOpConstructors in adalid.core.expressions with parameters of type NaryVectorOpModifierConstructorDescriptionprotectedAbstractNaryVectorX(NaryVectorOp operator, Object... operands) -
Uses of NaryVectorOp in adalid.core.interfaces
Methods in adalid.core.interfaces that return NaryVectorOp