Package | Description |
---|---|
org.jacop.constraints.regular |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
abstract void |
RegState.setSupports(Map<Integer,RegEdge> hashMap,
int successorNo) |
void |
RegStateDom.setSupports(Map<Integer,RegEdge> hashMap,
int i) |
void |
RegStateInt.setSupports(Map<Integer,RegEdge> hashMap,
int i) |
Copyright © 2022. All rights reserved.