public abstract class AbstractEntity extends java.lang.Object implements Entity
| Constructor and Description |
|---|
AbstractEntity(org.w3c.dom.Element xml) |
AbstractEntity(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Flow> |
getFlows()
Returns the entity's flows
|
java.lang.String |
getName()
Returns the name of the Entity
|
java.lang.String |
serialize()
Serializes the entity to an XML string
|
public AbstractEntity(org.w3c.dom.Element xml)
public AbstractEntity(java.lang.String name)