Uses of Class
org.jacop.constraints.regular.RegEdge
-
Packages that use RegEdge Package Description org.jacop.constraints.regular -
-
Uses of RegEdge in org.jacop.constraints.regular
Methods in org.jacop.constraints.regular with parameters of type RegEdge Modifier and Type Method Description abstract booleanRegState. updateSupport(RegEdge edge, int v)It updates a support if given state supports given value.booleanRegStateDom. updateSupport(RegEdge edge, int v)booleanRegStateInt. updateSupport(RegEdge edge, int v)Method parameters in org.jacop.constraints.regular with type arguments of type RegEdge Modifier and Type Method Description abstract voidRegState. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int successorNo)voidRegStateDom. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int i)voidRegStateInt. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int i)
-