Uses of Class
org.jacop.constraints.netflow.DomainStructure.Behavior
-
Packages that use DomainStructure.Behavior Package Description org.jacop.constraints.netflow -
-
Uses of DomainStructure.Behavior in org.jacop.constraints.netflow
Fields in org.jacop.constraints.netflow declared as DomainStructure.Behavior Modifier and Type Field Description DomainStructure.Behavior
DomainStructure. behavior
Methods in org.jacop.constraints.netflow that return DomainStructure.Behavior Modifier and Type Method Description static DomainStructure.Behavior
DomainStructure.Behavior. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DomainStructure.Behavior[]
DomainStructure.Behavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jacop.constraints.netflow with parameters of type DomainStructure.Behavior Constructor Description DomainStructure(IntVar variable, IntDomain[] domains, Arc[] arcs, DomainStructure.Behavior behavior)
-