public interface Relationship extends CmmnElement
Modifier and Type | Method and Description |
---|---|
RelationshipDirection |
getDirection() |
Collection<Source> |
getSources() |
Collection<Target> |
getTargets() |
String |
getType() |
void |
setDirection(RelationshipDirection direction) |
void |
setType(String type) |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
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
String getType()
void setType(String type)
RelationshipDirection getDirection()
void setDirection(RelationshipDirection direction)
Collection<Source> getSources()
Collection<Target> getTargets()
Copyright © 2018. All rights reserved.