de.matthias_burbach.uml
Class DefaultStateMachine

java.lang.Object
  extended byde.matthias_burbach.uml.DefaultStateMachine
All Implemented Interfaces:
StateMachine

public class DefaultStateMachine
extends java.lang.Object
implements StateMachine

Author:
Matthias Burbach

Field Summary
private  java.util.Vector states
           
 
Constructor Summary
DefaultStateMachine()
           
 
Method Summary
 java.util.Vector getStates()
           
 void setStates(java.util.Vector states)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

states

private java.util.Vector states
Constructor Detail

DefaultStateMachine

public DefaultStateMachine()
Method Detail

getStates

public java.util.Vector getStates()
Specified by:
getStates in interface StateMachine
Returns:
the states

setStates

public void setStates(java.util.Vector states)
Specified by:
setStates in interface StateMachine
Parameters:
states - the states

toString

public java.lang.String toString()