de.matthias_burbach.uml
Class DefaultModel
java.lang.Object
de.matthias_burbach.uml.DefaultModel
- All Implemented Interfaces:
- Model
- public class DefaultModel
- extends java.lang.Object
- implements Model
- Author:
- Matthias Burbach
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
private java.lang.String name
stateMachines
private java.util.Vector stateMachines
variables
private java.util.Vector variables
DefaultModel
public DefaultModel()
getStateMachines
public java.util.Vector getStateMachines()
- Specified by:
getStateMachines in interface Model
- Returns:
- the stateMachines
setStateMachines
public void setStateMachines(java.util.Vector stateMachines)
- Specified by:
setStateMachines in interface Model
- Parameters:
stateMachines - the stateMachines
getName
public java.lang.String getName()
- Specified by:
getName in interface Model
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface Model
- Parameters:
name - the name
getVariables
public java.util.Vector getVariables()
- Specified by:
getVariables in interface Model
- Returns:
- the variables
setVariables
public void setVariables(java.util.Vector variables)
- Specified by:
setVariables in interface Model
- Parameters:
variables - the variables
toString
public java.lang.String toString()