nl.tudelft.simulation.dsol.interpreter.operations
Class InvokeOperation
java.lang.Object
nl.tudelft.simulation.dsol.interpreter.Operation
nl.tudelft.simulation.dsol.interpreter.operations.InvokeOperation
- Direct Known Subclasses:
- INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL
public abstract class InvokeOperation
- extends Operation
A Operation
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Version:
- 1.0 Jan 12, 2004
- Author:
- Peter Jacobs
InvokeOperation
public InvokeOperation()
execute
public abstract Frame execute(Frame frame)
- executes the operation
- Parameters:
frame
- The current frame
- Returns:
- Frame the newly created frame or null when the invocation already
took place
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.