de.matthias_burbach.uml
Class DefaultState
java.lang.Object
de.matthias_burbach.uml.DefaultState
- All Implemented Interfaces:
- State
- public class DefaultState
- extends java.lang.Object
- implements State
- Author:
- Matthias Burbach
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
stereotype
private java.lang.String stereotype
name
private java.lang.String name
transitions
private java.util.Vector transitions
actions
private java.util.Vector actions
variable
private Variable variable
DefaultState
public DefaultState()
getStereotype
public java.lang.String getStereotype()
- Specified by:
getStereotype in interface State
- Returns:
- the stereotype
setStereotype
public void setStereotype(java.lang.String stereotype)
- Specified by:
setStereotype in interface State
- Parameters:
stereotype - the stereotype
getName
public java.lang.String getName()
- Specified by:
getName in interface State
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface State
- Parameters:
name - the name
getTransitions
public java.util.Vector getTransitions()
- Specified by:
getTransitions in interface State
- Returns:
- the transitions
setTransitions
public void setTransitions(java.util.Vector transitions)
- Specified by:
setTransitions in interface State
- Parameters:
transitions - the transitions
getActions
public java.util.Vector getActions()
- Specified by:
getActions in interface State
- Returns:
- the actions
setActions
public void setActions(java.util.Vector actions)
- Specified by:
setActions in interface State
- Parameters:
actions - the actions
getVariable
public Variable getVariable()
- Specified by:
getVariable in interface State
- Returns:
- the variable
setVariable
public void setVariable(Variable variable)
- Specified by:
setVariable in interface State
- Parameters:
variable -
toString
public java.lang.String toString()