uk.ac.essex.ia.opview.runtime
Interface ISingleNodeInterpreter

All Superinterfaces:
java.util.concurrent.Callable<ExecutionResult>
All Known Implementing Classes:
SingleNodeInterpreter

public interface ISingleNodeInterpreter
extends java.util.concurrent.Callable<ExecutionResult>



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


Method Summary
 void setOperator(Operator operator, com.jgraph.graph.DefaultGraphCell cell, java.awt.image.renderable.ParameterBlock parameterBlock)
           
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

setOperator

void setOperator(Operator operator,
                 com.jgraph.graph.DefaultGraphCell cell,
                 java.awt.image.renderable.ParameterBlock parameterBlock)