uk.ac.essex.ia.opview.runtime
Class SingleNodeInterpreter

java.lang.Object
  extended by uk.ac.essex.ia.opview.runtime.SingleNodeInterpreter
All Implemented Interfaces:
java.util.concurrent.Callable<ExecutionResult>, ISingleNodeInterpreter

public class SingleNodeInterpreter
extends java.lang.Object
implements ISingleNodeInterpreter



You should have received a copy of GNU public license with this code. If not please visit this site


Constructor Summary
SingleNodeInterpreter()
           
 
Method Summary
 ExecutionResult call()
           
 void setOperator(Operator operator, com.jgraph.graph.DefaultGraphCell cell, java.awt.image.renderable.ParameterBlock parameterBlock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleNodeInterpreter

public SingleNodeInterpreter()
Method Detail

call

public ExecutionResult call()
                     throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<ExecutionResult>
Throws:
java.lang.Exception

setOperator

public void setOperator(Operator operator,
                        com.jgraph.graph.DefaultGraphCell cell,
                        java.awt.image.renderable.ParameterBlock parameterBlock)
Specified by:
setOperator in interface ISingleNodeInterpreter