|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmarkov.basic.State
jmarkov.basic.StateC
public abstract class StateC
State to model shortest path problems.
Constructor Summary | |
---|---|
StateC()
Default constructor |
|
StateC(boolean t)
General constructor. |
Method Summary | |
---|---|
boolean |
isTerminal()
|
Methods inherited from class jmarkov.basic.State |
---|
compareTo, computeMOPs, description, equals, getIndex, getMOP, getMOP, isConsistent, label, setMOP, setMOP, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StateC()
public StateC(boolean t)
t
- Whether it is a terminal state or not.Method Detail |
---|
public final boolean isTerminal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |