Class RelationshipImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Relationship, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class RelationshipImpl extends BaseElementImpl implements Relationship
The BPMN relationship element
Author:
Sebastian Menski
  • Field Details

    • typeAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> typeAttribute
    • directionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<RelationshipDirection> directionAttribute
    • sourceCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Source> sourceCollection
    • targetCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Target> targetCollection
  • Constructor Details

    • RelationshipImpl

      public RelationshipImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details