public class EntityElement extends PositionableElement
| Red (pdf) |
| Red (pdf) |
| Constructor and Description |
|---|
EntityElement(ComponentEntity entity)
Parse the Ptolemy attribute element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToContainer(PortableContainer container)
Create a representation and add it to the passed container.
|
getElement, getLocation, getTab, setLocation, setTabpublic EntityElement(ComponentEntity entity) throws IllegalActionException
entity - The Ptolemy StringAttribute with all the
information.IllegalActionException - If entity does not implement
PortablePlaceable.public void addToContainer(PortableContainer container)
addToContainer in class PositionableElementcontainer - The container to place the representation into.