public class BufferingProfileFiring extends Firing
See OptimizingSDFDirector
,
OptimizingSDFScheduler
and
BufferingProfile
for more information.
OptimizingSDFDirector
,
OptimizingSDFScheduler
,
BufferingProfile
Modifier and Type | Field and Description |
---|---|
boolean |
fireExclusive
Indicates whether this firing is to be performed exclusively (true)
or shared (false).
|
_parent
Constructor and Description |
---|
BufferingProfileFiring(Actor actor,
boolean exclusive)
Construct an instance representing a firing of the given actor
in the given mode, shared or exclusive.
|
actorIterator, firingIterator, getActor, setActor, toString
_getVersion, _incrementVersion, getIterationCount, setIterationCount, setParent
public boolean fireExclusive
public BufferingProfileFiring(Actor actor, boolean exclusive)
actor
- the actor which is to fireexclusive
- indicates firing is to be exclusive