Package | Description |
---|---|
CA |
Contract Automata, extends FSA implementing the functionalities of a CA
|
Modifier and Type | Method and Description |
---|---|
CATransition[] |
CA.getTransition() |
CATransition[] |
CA.liable() |
CATransition[] |
CA.strongLiable() |
Constructor and Description |
---|
CA(int rank,
int[] initial,
int[] states,
int[][] finalstates,
CATransition[] tra) |