Package org.omg.spec.bpmn.model
Class Node
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
public abstract class Node extends DiagramElement
Java class for Node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Node"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}DiagramElement"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.omg.spec.bpmn.model.DiagramElement
DiagramElement.Extension
-
-
Field Summary
-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-