public class BPMNElement
extends java.lang.Object
| Constructor and Description |
|---|
BPMNElement(java.lang.String name,
java.lang.String parent,
java.util.List<java.lang.String> children,
java.util.List<Reference> references)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getChildren() |
java.lang.String |
getName() |
java.lang.String |
getParent() |
java.util.List<Reference> |
getReferences() |
java.lang.String |
toString() |
public BPMNElement(java.lang.String name,
java.lang.String parent,
java.util.List<java.lang.String> children,
java.util.List<Reference> references)
name - the name of this elementparent - the name of a parent element or nullchildren - the children element names of this element or nullreferences - the references of this elementpublic java.lang.String getName()
public java.lang.String getParent()
public java.util.List<java.lang.String> getChildren()
public java.util.List<Reference> getReferences()
public java.lang.String toString()
toString in class java.lang.Object