Serialized Form


Package nl.tudelft.simulation.dsol.interpreter

Class nl.tudelft.simulation.dsol.interpreter.InterpreterException extends RuntimeException implements Serializable


Package nl.tudelft.simulation.dsol.interpreter.process

Class nl.tudelft.simulation.dsol.interpreter.process.NestedProcess extends Process implements Serializable

Serialized Fields

subProcesses

List<E> subProcesses
the list of subProcesses

Class nl.tudelft.simulation.dsol.interpreter.process.Process extends EventProducer implements Serializable

Serialized Fields

state

short state
the state of the process


frameStack

Stack<E> frameStack
the processStack of this process

Class nl.tudelft.simulation.dsol.interpreter.process.SubProcess extends EventProducer implements Serializable

Serialized Fields

owner

NestedProcess owner
the owner of this process



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