|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.ac.tuwien.dbai.staff.dvorak.alternation.runtime.ResultTuple<GWorktape>
GWorktape
- container for workvariablespublic class ResultTuple<GWorktape>
Result of a state-computation on a worktape. So it saves if a configuration immediate accepts / rejects or its successors and if it is a universal or existential quantified configuration
Nested Class Summary | |
---|---|
protected static class |
ResultTuple.AtmConfiguration<GWorktape>
simple container to save pairs of states and worktapes |
Field Summary | |
---|---|
protected boolean |
accept
|
static ResultTuple |
ACCEPT
ResultTuple the means a computation accepts |
protected boolean |
forall
|
protected boolean |
reject
|
static ResultTuple |
REJECT
ResultTuple the means a computation rejects |
protected java.util.List<ResultTuple.AtmConfiguration<GWorktape>> |
successors
|
Constructor Summary | |
---|---|
ResultTuple(boolean accept,
boolean reject,
boolean forall)
Constructor |
Method Summary | |
---|---|
void |
add(byte state,
GWorktape worktape)
adds a new Configuration to the Successors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ResultTuple ACCEPT
public static final ResultTuple REJECT
protected boolean accept
protected boolean reject
protected boolean forall
protected java.util.List<ResultTuple.AtmConfiguration<GWorktape>> successors
Constructor Detail |
---|
public ResultTuple(boolean accept, boolean reject, boolean forall)
accept
- true if the computation acceptsreject
- true if the computation rejectsforall
- if unversal quantified, false if existential quantifiedMethod Detail |
---|
public void add(byte state, GWorktape worktape)
state
- stateIdworktape
- worktape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |