|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.state.ApplyAction
public class ApplyAction
Default implementation of delegating action.
Constructor Summary | |
---|---|
ApplyAction(java.lang.String id)
Creation of a new apply action. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Compare this object to another for equality. |
java.lang.String |
getID()
Return the id of the transition to apply. |
java.lang.String |
getName()
Return the action name. |
int |
hashCode()
Compute the hashcode for this instance. |
java.lang.String |
toString()
Return a string representation of the instance. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplyAction(java.lang.String id)
id
- transition nameMethod Detail |
---|
public java.lang.String getName()
getName
in interface Action
public java.lang.String getID()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- the other object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |