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 boolean
RegState. updateSupport(RegEdge edge, int v)
It updates a support if given state supports given value.boolean
RegStateDom. updateSupport(RegEdge edge, int v)
boolean
RegStateInt. updateSupport(RegEdge edge, int v)
Method parameters in org.jacop.constraints.regular with type arguments of type RegEdge Modifier and Type Method Description abstract void
RegState. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int successorNo)
void
RegStateDom. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int i)
void
RegStateInt. setSupports(java.util.Map<java.lang.Integer,RegEdge> hashMap, int i)
-