Uses of Interface
nl.tudelft.simulation.dsol.interpreter.operations.custom.InterpreterOracleInterface

Packages that use InterpreterOracleInterface
nl.tudelft.simulation.dsol.interpreter.operations.custom   
nl.tudelft.simulation.dsol.interpreter.process   
 

Uses of InterpreterOracleInterface in nl.tudelft.simulation.dsol.interpreter.operations.custom
 

Fields in nl.tudelft.simulation.dsol.interpreter.operations.custom declared as InterpreterOracleInterface
protected  InterpreterOracleInterface CustomFactory.interpreterOracle
          the interpreterOracle to use
protected  InterpreterOracleInterface CUSTOMINVOKEVIRTUAL.interpreterOracle
          the interpreterOracle to use
 

Constructors in nl.tudelft.simulation.dsol.interpreter.operations.custom with parameters of type InterpreterOracleInterface
CustomFactory(InterpreterOracleInterface interpreterOracle)
          constructs a new InterpreterFactory
CUSTOMINVOKEINTERFACE(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new CUSTOMINVOKEINTERFACE
CUSTOMINVOKESPECIAL(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new CUSTOMINVOKESPECIAL
CUSTOMINVOKESTATIC(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new CUSTOMINVOKESTATIC
CUSTOMINVOKEVIRTUAL(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new CUSTOMINVOKEVIRTUAL
 

Uses of InterpreterOracleInterface in nl.tudelft.simulation.dsol.interpreter.process
 

Classes in nl.tudelft.simulation.dsol.interpreter.process that implement InterpreterOracleInterface
 class ProcessInterpreterOracle
          The specifies
 

Constructors in nl.tudelft.simulation.dsol.interpreter.process with parameters of type InterpreterOracleInterface
ProcessFactory(InterpreterOracleInterface interpreterOracle)
          constructs a new InterpreterFactory
PROCESSINVOKESPECIAL(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new PROCESSINVOKEVIRTUAL
PROCESSINVOKEVIRTUAL(InterpreterOracleInterface interpreterOracle, DataInput dataInput)
          constructs a new PROCESSINVOKEVIRTUAL
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.