orca.shirako.api
Interface IState

All Known Implementing Classes:
ReservationState

public interface IState

IState is a generic interface used to represent a state.


Method Summary
 java.lang.String toString()
          Returns a string representation of the state.
 

Method Detail

toString

java.lang.String toString()
Returns a string representation of the state.

Overrides:
toString in class java.lang.Object
Returns:
string representation of the state


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.