|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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.gt.CompositeActorMatcher
ptolemy.actor.gt.Replacement
public class Replacement
| Red (tfeng) |
| Red (tfeng) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ptolemy.kernel.CompositeEntity |
|---|
CompositeEntity.ContainedObjectsIterator |
| Field Summary | |
|---|---|
Parameter |
patternParameter
|
| Fields inherited from class ptolemy.actor.gt.CompositeActorMatcher |
|---|
criteria, editorFactory, operations, patternObject, scopeExtender |
| Fields inherited from class ptolemy.actor.CompositeActor |
|---|
_actorFiringListeners, _functionDependency, _initializables, _notifyingActorFiring, _stopRequested |
| 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 | |
|---|---|
Replacement(CompositeEntity container,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
setContainer(CompositeEntity container)
Override the base class to invalidate the schedule and resolved types of the director. |
protected void |
updateEntitiesAppearance(GTIngredientsAttribute attribute)
|
| Methods inherited from class ptolemy.actor.gt.CompositeActorMatcher |
|---|
getCriteriaAttribute, getDefaultIconDescription, getIngredientToken, getOperationsAttribute, getPatternObjectAttribute, labelSet, updateAppearance, valueChanged |
| Methods inherited from class ptolemy.actor.TypedCompositeActor |
|---|
_addEntity, _addPort, _addRelation, _checkTypesFromTo, _typeConstraintsFromTo, newPort, newRelation, resolveTypes, typeConstraintList |
| 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, exportMoML, 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.kernel.util.Nameable |
|---|
description, getContainer, getDisplayName, getFullName, getName, getName, setName |
| Methods inherited from interface ptolemy.actor.Actor |
|---|
getDirector, getExecutiveDirector, getFunctionDependency, 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.Derivable |
|---|
getDerivedLevel, getDerivedList, propagateValue |
| Field Detail |
|---|
public Parameter patternParameter
| Constructor Detail |
|---|
public Replacement(CompositeEntity container,
java.lang.String name)
throws NameDuplicationException,
IllegalActionException
container - name -
NameDuplicationException
IllegalActionException| Method Detail |
|---|
public void setContainer(CompositeEntity container)
throws IllegalActionException,
NameDuplicationException
CompositeActor
setContainer in class CompositeActorcontainer - The proposed container.
IllegalActionException - If the action would result in a
recursive containment structure, or if
this entity and container are not in the same workspace.
NameDuplicationException - If the container already has
an entity with the name of this entity.ComponentEntity.getContainer()protected void updateEntitiesAppearance(GTIngredientsAttribute attribute)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||