org.jicengine.operation
Class ConstructionOperation

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

public class ConstructionOperation
extends MethodInvocationOperation

Author:
.timo

Constructor Summary
ConstructionOperation(java.lang.String signature, Operation createdClass, Operation[] parameters)
           
 
Method Summary
protected  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

ConstructionOperation

public ConstructionOperation(java.lang.String signature,
                             Operation createdClass,
                             Operation[] parameters)
Method Detail

execute

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