public class EntityElement extends PositionableElement
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, setTab
public 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 PositionableElement
container
- The container to place the representation into.