Package edu.kit.ipd.sdq.eventsim.interpreter.state
-
Interface Summary Interface Description IEntityState<A extends org.palladiosimulator.pcm.core.entity.Entity> This interface specifies which state information can be set and returned to describe the progress of anBehaviourInterpreter
. -
Class Summary Class Description EntityState<A extends org.palladiosimulator.pcm.core.entity.Entity> This abstract class specifies methods for a stack-like data structure that captures the simulation progress (state) of anEventSimEntity
.StateStackFrame<A extends org.palladiosimulator.pcm.core.entity.Entity> A stack frame which holds information of the traversal progress.