|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.evelopers.unimod.core.ModelElement
com.evelopers.unimod.core.stateworks.Action
Action implements such State Machine abstractions as input action, output action, send event to state machine action
| Field Summary | |
protected java.lang.String |
actionName
|
protected java.lang.String |
identifier
|
protected ClassElement |
object
|
| Fields inherited from class com.evelopers.unimod.core.ModelElement |
listeners, name, NAME_PROPERTY, stereotype, STEREOTYPE_PROPERTY |
| Constructor Summary | |
protected |
Action(java.lang.String identifier)
Creates action with given controllable object and name. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compares two actions. |
java.lang.String |
getActionName()
|
java.lang.String |
getIdentifier()
Returns identifier |
ClassElement |
getObject()
|
int |
hashCode()
Returns hashcode of controllable object and action name |
void |
setActionName(java.lang.String actionName)
|
void |
setObject(ClassElement object)
|
java.lang.String |
toString()
Returns action's identifier |
| Methods inherited from class com.evelopers.unimod.core.ModelElement |
accept, addPropertyChangeListener, firePropertyChange, getName, getStereotype, initListeners, removePropertyChangeListener, setName, setStereotype |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String identifier
protected ClassElement object
protected java.lang.String actionName
| Constructor Detail |
protected Action(java.lang.String identifier)
identifier - an identifier like o1.z2| Method Detail |
public java.lang.String getIdentifier()
public java.lang.String getActionName()
public ClassElement getObject()
public void setActionName(java.lang.String actionName)
public void setObject(ClassElement object)
object - The object to set.public boolean equals(java.lang.Object o)
equals in class ModelElemento - another object
public int hashCode()
hashCode in class ModelElementpublic java.lang.String toString()
toString in class ModelElement
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||