org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Class BpmnEdgeImpl

java.lang.Object
  extended by org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
      extended by org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
          extended by org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
              extended by org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
                  extended by org.camunda.bpm.model.bpmn.impl.instance.di.LabeledEdgeImpl
                      extended by org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
All Implemented Interfaces:
BpmnEdge, BpmnModelElementInstance, DiagramElement, Edge, LabeledEdge, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class BpmnEdgeImpl
extends LabeledEdgeImpl
implements BpmnEdge

The BPMNDI BPMNEdge element

Author:
Sebastian Menski

Field Summary
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BaseElement> bpmnElementAttribute
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> bpmnLabelChild
           
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MessageVisibleKind> messageVisibleKindAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> sourceElementAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> targetElementAttribute
           
 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
waypointCollection
 
Fields inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
extensionChild, idAttribute
 
Fields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance
 
Constructor Summary
BpmnEdgeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
           
 
Method Summary
 BaseElement getBpmnElement()
           
 BpmnLabel getBpmnLabel()
           
 MessageVisibleKind getMessageVisibleKind()
           
 DiagramElement getSourceElement()
           
 DiagramElement getTargetElement()
           
static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
           
 void setBpmnElement(BaseElement bpmnElement)
           
 void setBpmnLabel(BpmnLabel bpmnLabel)
           
 void setMessageVisibleKind(MessageVisibleKind messageVisibleKind)
           
 void setSourceElement(DiagramElement sourceElement)
           
 void setTargetElement(DiagramElement targetElement)
           
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
getWaypoints
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
getExtension, getId, setExtension, setId
 
Methods inherited from class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
builder, getScope, isScope
 
Methods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.di.Edge
getWaypoints
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
getExtension, getId, setExtension, setId
 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
builder, getScope, isScope
 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Field Detail

bpmnElementAttribute

protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<BaseElement> bpmnElementAttribute

sourceElementAttribute

protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> sourceElementAttribute

targetElementAttribute

protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DiagramElement> targetElementAttribute

messageVisibleKindAttribute

protected static org.camunda.bpm.model.xml.type.attribute.Attribute<MessageVisibleKind> messageVisibleKindAttribute

bpmnLabelChild

protected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> bpmnLabelChild
Constructor Detail

BpmnEdgeImpl

public BpmnEdgeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
Method Detail

registerType

public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)

getBpmnElement

public BaseElement getBpmnElement()
Specified by:
getBpmnElement in interface BpmnEdge

setBpmnElement

public void setBpmnElement(BaseElement bpmnElement)
Specified by:
setBpmnElement in interface BpmnEdge

getSourceElement

public DiagramElement getSourceElement()
Specified by:
getSourceElement in interface BpmnEdge

setSourceElement

public void setSourceElement(DiagramElement sourceElement)
Specified by:
setSourceElement in interface BpmnEdge

getTargetElement

public DiagramElement getTargetElement()
Specified by:
getTargetElement in interface BpmnEdge

setTargetElement

public void setTargetElement(DiagramElement targetElement)
Specified by:
setTargetElement in interface BpmnEdge

getMessageVisibleKind

public MessageVisibleKind getMessageVisibleKind()
Specified by:
getMessageVisibleKind in interface BpmnEdge

setMessageVisibleKind

public void setMessageVisibleKind(MessageVisibleKind messageVisibleKind)
Specified by:
setMessageVisibleKind in interface BpmnEdge

getBpmnLabel

public BpmnLabel getBpmnLabel()
Specified by:
getBpmnLabel in interface BpmnEdge

setBpmnLabel

public void setBpmnLabel(BpmnLabel bpmnLabel)
Specified by:
setBpmnLabel in interface BpmnEdge


Copyright © 2017 camunda services GmbH. All rights reserved.