|
|||||||||
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.InstantiableNamedObj
ptolemy.kernel.Entity
ptolemy.kernel.ComponentEntity
ptolemy.kernel.CompositeEntity
ptolemy.actor.CompositeActor
ptolemy.actor.TypedCompositeActor
ptolemy.actor.ptalon.PtalonActor
ptolemy.actor.ptalon.gt.PtalonMatcher.NestedPtalonActor
public static class PtalonMatcher.NestedPtalonActor
A nested ptalon actor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ptolemy.kernel.CompositeEntity |
---|
CompositeEntity.ContainedObjectsIterator |
Field Summary | |
---|---|
private boolean |
_fixed
|
private boolean |
_initializing
|
Fields inherited from class ptolemy.actor.ptalon.PtalonActor |
---|
ptalonCodeLocation |
Fields inherited from class ptolemy.actor.CompositeActor |
---|
_actorFiringListeners, _causalityInterface, _initializables, _notifyingActorFiring, _publishedPorts, _publisherRelations, _stopRequested |
Fields inherited from class ptolemy.kernel.CompositeEntity |
---|
_levelCrossingLinks |
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 | |
---|---|
PtalonMatcher.NestedPtalonActor(CompositeEntity container,
java.lang.String name)
Construct a NestedPtalonActor with a name and a container. |
Method Summary | |
---|---|
protected PtalonEvaluator |
_createPtalonEvaluator(PtalonActor actor)
Create a new PtalonEvaluator. |
protected PtalonRecognizer |
_createPtalonRecognizer(PtalonLexer lexer)
Create a new PtalonRecognizer. |
void |
attributeChanged(Attribute attribute)
If we are not initalizing or fixed, then call attributeChanged() in the super class. |
void |
init()
Initialze the ptalon actor and the code location. |
Methods inherited from class ptolemy.actor.ptalon.PtalonActor |
---|
_addAttribute, _createPtalonPopulator, _exportMoMLContents, _initializePtalonActor, _initializePtalonCodeLocation, _removeContents, configure, getConfigureSource, getConfigureText, getMappedName, getNestedDepth, getPtalonParameter, setNestedDepth, uniqueName |
Methods inherited from class ptolemy.actor.TypedCompositeActor |
---|
_addEntity, _addPort, _addRelation, _checkTypesFromTo, _typeConstraintsFromTo, newPort, newRelation, resolveTypes, typeConstraintList, typeConstraints |
Methods inherited from class ptolemy.kernel.ComponentEntity |
---|
_checkContainer, _getContainedObject, _propagateExistence, getContainer, instantiate, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, propagateExistence, setName |
Methods inherited from class ptolemy.kernel.Entity |
---|
_removePort, connectedPortList, connectedPorts, getPorts, linkedRelationList, linkedRelations, portList, removeAllPorts |
Methods inherited from class ptolemy.kernel.InstantiableNamedObj |
---|
_setParent, getChildren, getElementName, getParent, getPrototypeList, isClassDefinition, isWithinClassDefinition |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface ptolemy.actor.TypedActor |
---|
typeConstraints |
Methods inherited from interface ptolemy.actor.Actor |
---|
createReceivers, getCausalityInterface, getDirector, getExecutiveDirector, getManager, inputPortList, newReceiver, outputPortList |
Methods inherited from interface ptolemy.actor.Executable |
---|
fire, isFireFunctional, isStrict, iterate, postfire, prefire, stop, stopFire, terminate |
Methods inherited from interface ptolemy.actor.Initializable |
---|
addInitializable, initialize, preinitialize, removeInitializable, wrapup |
Methods inherited from interface ptolemy.kernel.util.Nameable |
---|
description, getContainer, getDisplayName, getFullName, getName, getName, setName |
Methods inherited from interface ptolemy.kernel.util.Derivable |
---|
getDerivedLevel, getDerivedList, propagateValue |
Field Detail |
---|
private boolean _fixed
private boolean _initializing
Constructor Detail |
---|
public PtalonMatcher.NestedPtalonActor(CompositeEntity container, java.lang.String name) throws IllegalActionException, NameDuplicationException
container
- The container.name
- The name of this actor.
IllegalActionException
- If the container is incompatible
with this actor.
NameDuplicationException
- If the name coincides with
an actor already in the container.Method Detail |
---|
public void attributeChanged(Attribute attribute) throws IllegalActionException
attributeChanged
in class PtalonActor
attribute
- The attribute that changed.
IllegalActionException
- If thrown by the superclass.public void init() throws IllegalActionException
IllegalActionException
- If there is problem
initializing the ptalon actor or the ptalon code
location.protected PtalonEvaluator _createPtalonEvaluator(PtalonActor actor)
_createPtalonEvaluator
in class PtalonActor
actor
- The actor for which to create a PtalonEvaluator.
protected PtalonRecognizer _createPtalonRecognizer(PtalonLexer lexer)
_createPtalonRecognizer
in class PtalonActor
lexer
- The lexer for which to create a PtalonRecognizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |