org.jicengine.operation
Class SimpleMethodInvocationOperation

java.lang.Object
  extended byorg.jicengine.operation.MethodInvocationOperation
      extended byorg.jicengine.operation.SimpleMethodInvocationOperation
All Implemented Interfaces:
Operation

public class SimpleMethodInvocationOperation
extends MethodInvocationOperation

Author:
.timo

Constructor Summary
SimpleMethodInvocationOperation(java.lang.String signature, Operation actor, java.lang.String methodName, Operation[] parameters)
           
 
Method Summary
 java.lang.Object execute(java.lang.Object actor, java.lang.Object[] parameters)
           
 
Methods inherited from class org.jicengine.operation.MethodInvocationOperation
evaluateParameters, execute, needsParameter, needsParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleMethodInvocationOperation

public SimpleMethodInvocationOperation(java.lang.String signature,
                                       Operation actor,
                                       java.lang.String methodName,
                                       Operation[] parameters)
Method Detail

execute

public java.lang.Object execute(java.lang.Object actor,
                                java.lang.Object[] parameters)
                         throws OperationException
Specified by:
execute in class MethodInvocationOperation
Throws:
OperationException