public class DataAssociationImpl extends BaseElementImpl implements DataAssociation
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<Assignment> |
assignmentCollection |
protected static ElementReferenceCollection<ItemAwareElement,SourceRef> |
sourceRefCollection |
protected static ElementReference<ItemAwareElement,TargetRef> |
targetRefChild |
protected static ChildElement<Transformation> |
transformationChild |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
DataAssociationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<Assignment> |
getAssignments() |
BpmnEdge |
getDiagramElement() |
Collection<ItemAwareElement> |
getSources() |
ItemAwareElement |
getTarget() |
FormalExpression |
getTransformation() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setTarget(ItemAwareElement target) |
void |
setTransformation(Transformation transformation) |
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ElementReferenceCollection<ItemAwareElement,SourceRef> sourceRefCollection
protected static ElementReference<ItemAwareElement,TargetRef> targetRefChild
protected static ChildElement<Transformation> transformationChild
protected static ChildElementCollection<Assignment> assignmentCollection
public DataAssociationImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Collection<ItemAwareElement> getSources()
getSources
in interface DataAssociation
public ItemAwareElement getTarget()
getTarget
in interface DataAssociation
public void setTarget(ItemAwareElement target)
setTarget
in interface DataAssociation
public FormalExpression getTransformation()
getTransformation
in interface DataAssociation
public void setTransformation(Transformation transformation)
setTransformation
in interface DataAssociation
public Collection<Assignment> getAssignments()
getAssignments
in interface DataAssociation
public BpmnEdge getDiagramElement()
getDiagramElement
in interface BaseElement
getDiagramElement
in interface DataAssociation
getDiagramElement
in class BaseElementImpl
Copyright © 2015. All rights reserved.