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, setIdbuilder, getScope, isScopeaddChildElement, 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, updateAfterReplacementString getType()
void setType(String type)
RelationshipDirection getDirection()
void setDirection(RelationshipDirection direction)
Collection<Source> getSources()
Collection<Target> getTargets()
Copyright © 2018. All rights reserved.