nl.tudelft.simulation.dsol.interpreter.process
Class ProcessInterpreterOracle

java.lang.Object
  extended by nl.tudelft.simulation.dsol.interpreter.process.ProcessInterpreterOracle
All Implemented Interfaces:
InterpreterOracleInterface

public class ProcessInterpreterOracle
extends Object
implements InterpreterOracleInterface

The specifies

(c) copyright 2004 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/dsol
License of use: General Public License (GPL) , no warranty

Since:
1.2
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:25:13 $
Author:
Peter Jacobs

Constructor Summary
ProcessInterpreterOracle()
          constructs a new ProcessInterpreterOracle
 
Method Summary
 boolean shouldBeInterpreted(Method method)
          whether to interpret methods defined in instances of myClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInterpreterOracle

public ProcessInterpreterOracle()
constructs a new ProcessInterpreterOracle

Method Detail

shouldBeInterpreted

public boolean shouldBeInterpreted(Method method)
Description copied from interface: InterpreterOracleInterface
whether to interpret methods defined in instances of myClass

Specified by:
shouldBeInterpreted in interface InterpreterOracleInterface
Returns:
whether to interpret methods defined in instances of myClass
See Also:
#shouldBeInterpreted(java.lang.Class)


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