Uses of Class
org.jacop.constraints.geost.InternalConstraint.Applicability
-
Packages that use InternalConstraint.Applicability Package Description org.jacop.constraints.geost -
-
Uses of InternalConstraint.Applicability in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as InternalConstraint.Applicability Modifier and Type Field Description (package private) InternalConstraint.Applicability
InternalConstraint. applicability
the current applicability of the constraint.Methods in org.jacop.constraints.geost that return InternalConstraint.Applicability Modifier and Type Method Description static InternalConstraint.Applicability
InternalConstraint.Applicability. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InternalConstraint.Applicability[]
InternalConstraint.Applicability. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-