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

All Known Implementing Classes:
ProcessInterpreterOracle

public interface InterpreterOracleInterface

The InterpreterOracleInterface specifies an interface for selecting which methods must be interpreted.

(c) copyright 2005 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:12 $
Author:
Peter Jacobs

Method Summary
 boolean shouldBeInterpreted(Method method)
          whether to interpret methods defined in instances of myClass
 

Method Detail

shouldBeInterpreted

boolean shouldBeInterpreted(Method method)
whether to interpret methods defined in instances of myClass

Parameters:
myClass -
Returns:
whether to interpret methods defined in instances of myClass


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