public interface Relationship extends BaseElement
Modifier and Type | Method and Description |
---|---|
RelationshipDirection |
getDirection() |
Collection<Source> |
getSources() |
Collection<Target> |
getTargets() |
String |
getType() |
void |
setDirection(RelationshipDirection direction) |
void |
setType(String type) |
getDiagramElement, 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
String getType()
void setType(String type)
RelationshipDirection getDirection()
void setDirection(RelationshipDirection direction)
Collection<Source> getSources()
Collection<Target> getTargets()
Copyright © 2015. All rights reserved.