Uses of Class
org.jacop.constraints.regular.RegEdge
Packages that use RegEdge
-
Uses of RegEdge in org.jacop.constraints.regular
Methods in org.jacop.constraints.regular with parameters of type RegEdgeModifier and TypeMethodDescriptionabstract 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 RegEdgeModifier and TypeMethodDescriptionabstract voidRegState.setSupports(Map<Integer, RegEdge> hashMap, int successorNo) voidRegStateDom.setSupports(Map<Integer, RegEdge> hashMap, int i) voidRegStateInt.setSupports(Map<Integer, RegEdge> hashMap, int i)