org.hypergraphdb.peer.workflow
Class MethodCallTransition
java.lang.Object
org.hypergraphdb.peer.workflow.MethodCallTransition
- All Implemented Interfaces:
- Transition
public class MethodCallTransition
- extends java.lang.Object
- implements Transition
A transition that is implemented as a method in the concrete Activity
class.
- Author:
- Borislav Iordanov
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodCallTransition
public MethodCallTransition(java.lang.reflect.Method method)
apply
public WorkflowStateConstant apply(Activity activity,
java.lang.Object... args)
- Specified by:
apply in interface Transition
getMethod
public java.lang.reflect.Method getMethod()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object