de.matthias_burbach.uml
Interface Model

All Known Implementing Classes:
DefaultModel

public interface Model

Author:
Matthias Burbach

Method Summary
 java.lang.String getName()
           
 java.util.Vector getStateMachines()
           
 java.util.Vector getVariables()
           
 void setName(java.lang.String name)
           
 void setStateMachines(java.util.Vector stateMachines)
           
 void setVariables(java.util.Vector variables)
           
 

Method Detail

getStateMachines

public java.util.Vector getStateMachines()
Returns:
the stateMachines

setStateMachines

public void setStateMachines(java.util.Vector stateMachines)
Parameters:
stateMachines - the stateMachines

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name

getVariables

public java.util.Vector getVariables()
Returns:
the variables

setVariables

public void setVariables(java.util.Vector variables)
Parameters:
variables - the variables