ui.components
Class InitialState

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

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

Initial State is 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
InitialState(double initialState)
          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

InitialState

public InitialState(double initialState)
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