|
|||||||||
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.gui.Effigy
ptolemy.actor.gui.PtolemyEffigy
ptolemy.actor.gui.ConfigurationEffigy
public class ConfigurationEffigy
An effigy for a Ptolemy II model. This effigy allows views to be easily created on the configuration that contains this effigy.
Red (neuendor) |
Red (neuendor) |
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ptolemy.actor.gui.PtolemyEffigy |
---|
PtolemyEffigy.Factory, PtolemyEffigy.FactoryWithoutNew |
Nested classes/interfaces inherited from class ptolemy.kernel.CompositeEntity |
---|
CompositeEntity.ContainedObjectsIterator |
Field Summary |
---|
Fields inherited from class ptolemy.actor.gui.Effigy |
---|
identifier, uri |
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 |
Constructor Summary | |
---|---|
ConfigurationEffigy(CompositeEntity container,
java.lang.String name)
Create a new effigy in the given directory with the given name. |
|
ConfigurationEffigy(Workspace workspace)
Create a new effigy in the specified workspace with an empty string for its name. |
Method Summary | |
---|---|
void |
setContainer(CompositeEntity container)
Specify the container, adding the entity to the list of entities in the container. |
Methods inherited from class ptolemy.actor.gui.PtolemyEffigy |
---|
_checkContainer, changeExecuted, changeFailed, clone, getModel, masterEffigy, setModel, writeFile |
Methods inherited from class ptolemy.actor.gui.Effigy |
---|
_removeEntity, attributeChanged, closeTableaux, getTableauFactory, getWritableFile, isModifiable, isModified, isSystemEffigy, numberOfOpenTableaux, setModifiable, setModified, setSystemEffigy, setTableauFactory, showTableaux, topEffigy |
Methods inherited from class ptolemy.kernel.ComponentEntity |
---|
_addPort, _checkContainer, _getContainedObject, _propagateExistence, getContainer, instantiate, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, newPort, propagateExistence, setName |
Methods inherited from class ptolemy.kernel.Entity |
---|
_removePort, connectedPortList, connectedPorts, connectionsChanged, 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.kernel.util.Derivable |
---|
getDerivedLevel, getDerivedList, propagateValue |
Methods inherited from interface ptolemy.kernel.util.Nameable |
---|
description, getDisplayName, getFullName, getName, getName |
Constructor Detail |
---|
public ConfigurationEffigy(Workspace workspace)
workspace
- The workspace for this effigy.public ConfigurationEffigy(CompositeEntity container, java.lang.String name) throws IllegalActionException, NameDuplicationException
container
- The directory that contains this effigy.name
- The name of this effigy.
IllegalActionException
- If the entity cannot be contained
by the proposed container.
NameDuplicationException
- If the name coincides with
an entity already in the container.Method Detail |
---|
public void setContainer(CompositeEntity container) throws IllegalActionException, NameDuplicationException
setContainer
in class Effigy
container
- 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 name of this entity
collides with a name already in the container.ComponentEntity.getContainer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |