|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJaCoP.constraints.regular.RegEdge
public class RegEdge
The class responsible for connecting two states in regular automaton of Regular constraint.
| Field Summary | |
|---|---|
RegState |
dest
The destination state. |
RegState |
org
The origin state. |
| Constructor Summary | |
|---|---|
RegEdge(RegState org,
RegState dest)
The constructor which creates an edge. |
|
| Method Summary | |
|---|---|
boolean |
check(TimeStamp<java.lang.Integer>[] activeLevels)
It checks if the edge is between active states. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public RegState org
public RegState dest
| Constructor Detail |
|---|
public RegEdge(RegState org,
RegState dest)
org - the origin state.dest - the destination state.| Method Detail |
|---|
public boolean check(TimeStamp<java.lang.Integer>[] activeLevels)
activeLevels - specifies last active states.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||