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, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementString getType()
void setType(String type)
RelationshipDirection getDirection()
void setDirection(RelationshipDirection direction)
Collection<Source> getSources()
Collection<Target> getTargets()
Copyright © 2017. All rights reserved.