|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.kernel.util.NamedObj
ptolemy.kernel.util.Attribute
ptolemy.actor.Director
ptolemy.domains.de.kernel.DEDirector
ptolemy.domains.wireless.kernel.WirelessDirector
public class WirelessDirector
Director for the wireless model of computation. This director is nearly identical to the DE director with the only difference being that it creates instances of WirelessReceiver.
DEDirector
,
Serialized Form
Yellow (cxh) |
Green (cxh) |
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ptolemy.kernel.util.NamedObj |
---|
NamedObj.ContainedObjectsIterator |
Field Summary |
---|
Fields inherited from class ptolemy.domains.de.kernel.DEDirector |
---|
_disabledActors, _eventQueue, _isInitializing, _microstep, _noMoreActorsToFire, _stopFireRequested, binCountFactor, isCQAdaptive, minBinCount, startTime, stopTime, stopWhenQueueIsEmpty, synchronizeToRealTime |
Fields inherited from class ptolemy.actor.Director |
---|
_actorsFinishedExecution, _currentTime, _finishRequested, _initializables, _stopRequested, timeResolution |
Fields inherited from class ptolemy.kernel.util.NamedObj |
---|
_changeListeners, _changeLock, _changeRequests, _debugging, _debugListeners, _elementName, _isPersistent, _verbose, _workspace, ATTRIBUTES, CLASSNAME, COMPLETE, CONTENTS, DEEP, FULLNAME, LINKS |
Fields inherited from interface ptolemy.actor.Executable |
---|
COMPLETED, NOT_READY, STOP_ITERATING |
Constructor Summary | |
---|---|
WirelessDirector(CompositeEntity container,
java.lang.String name)
Construct a director in the given container with the given name. |
Method Summary | |
---|---|
Receiver |
newReceiver()
Return a new receiver of a type WirelessReceiver. |
Methods inherited from class ptolemy.domains.de.kernel.DEDirector |
---|
_disableActor, _enqueueEvent, _enqueueTriggerEvent, _getDepthOfActor, _getDepthOfIOPort, _getNextActorToFire, addDebugListener, attributeChanged, clone, delayDependency, describePriorities, fire, fireAt, fireAtRelativeTime, getEventQueue, getIndex, getMicrostep, getModelNextIterationTime, getModelStartTime, getModelStopTime, getRealStartTimeMillis, getStartTime, getStopTime, initialize, invalidateSchedule, postfire, prefire, preinitialize, removeDebugListener, setIndex, stop, stopFire, suggestedModalModelDirectors, transferOutputs, wrapup |
Methods inherited from class ptolemy.kernel.util.Attribute |
---|
_checkContainer, _getContainedObject, _propagateExistence, getContainer, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, setName, updateContent |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ptolemy.actor.TimedDirector |
---|
getModelTime, getTimeResolution |
Constructor Detail |
---|
public WirelessDirector(CompositeEntity container, java.lang.String name) throws IllegalActionException, NameDuplicationException
container
- Container of the director.name
- Name of this director.
IllegalActionException
- If the
director is not compatible with the specified container.
NameDuplicationException
- If the container not a
CompositeActor and the name collides with an entity in the container.Method Detail |
---|
public Receiver newReceiver()
newReceiver
in class DEDirector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |