ui.components
Class StateSpace

java.lang.Object
  extended by ui.components.StateSpace
All Implemented Interfaces:
java.io.Serializable

public class StateSpace
extends java.lang.Object
implements java.io.Serializable

State space if used to print the list representing the system loaded.

Copyright(c) 2005 Université Laval, LSFM research group.

Version:
1.0
Author:
Frédérick Lemay
See Also:
Serialized Form

Constructor Summary
StateSpace(IntervalList stateSpace)
          Default constructor, initializes the initial state
 
Method Summary
 java.lang.String toString()
          Returns a string representing the initial state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateSpace

public StateSpace(IntervalList stateSpace)
Default constructor, initializes the initial state

Parameters:
InitialState - the system initial state
Method Detail

toString

public java.lang.String toString()
Returns a string representing the initial state

Overrides:
toString in class java.lang.Object
Returns:
a string representing the initial state