I - input symbolpublic class TTTState<I,D> extends Object implements AccessSequenceProvider<I>
TTTHypothesis.| Constructor and Description |
|---|
TTTState(int alphabetSize,
TTTTransition<I,D> parentTransition,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Word<I> |
getAccessSequence()
Retrieves the access sequence of this object.
|
DTNode<I,D> |
getDTLeaf()
Retrieves the discrimination tree leaf associated with this state.
|
boolean |
isRoot()
Checks whether this state is the initial state (i.e., the root of the
spanning tree).
|
String |
toString() |
public TTTState(int alphabetSize,
TTTTransition<I,D> parentTransition,
int id)
public boolean isRoot()
true if this state is the initial state, false otherwisepublic DTNode<I,D> getDTLeaf()
public Word<I> getAccessSequence()
AccessSequenceProvidergetAccessSequence in interface AccessSequenceProvider<I>Copyright © 2015. All Rights Reserved.