jmdp.basic
Class StateC

java.lang.Object
  extended by jmdp.basic.State
      extended by jmdp.basic.StateC
All Implemented Interfaces:
java.lang.Comparable<State>

public abstract class StateC
extends State

State to model shortest path problems

Author:
Juan F Redondo - Universidad de los Andes

Constructor Summary
StateC()
          Empty constructor
StateC(boolean t)
          Creates an Action with the Given Name
 
Method Summary
 boolean isTerminal()
           
 
Methods inherited from class jmdp.basic.State
equals, label, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

StateC

public StateC()
Empty constructor


StateC

public StateC(boolean t)
Creates an Action with the Given Name

Method Detail

isTerminal

public boolean isTerminal()
Returns:
Returns the terminal.