Interface CLDiaHierNode
- All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, CLDiaCompartmentAbleNode, CLDiaElemNode, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELUUIDAble, MMFormatAble, PRDiaNode, PRPresContent, PRPresElement
- All Known Subinterfaces:
CLDiaHierCollaborationNode, CLDiaHierCollaborationUseNode, CLDiaHierCompNode, CLDiaHierCompStructNode, CLDiaHierDeployNode, CLDiaHierPartNode, CLDiaHierPkgStructNode, CLDiaHierStructDefinitionNode, CLDiaHierStructEntryNode, CLDiaHierStructGroupNode, CLDiaHierStructNode, DRDiaHierServiceNode, DRDiaHierServicePartNode, ERDiaDimensionLevelNode, ERDiaHierarchyLevelNode, ERDiaHierarchyNode, ERDiaHierDimensionTreeNode, ERDiaHierHierarchyNode, IMDiaHierNode
This is a utility class for CLDiaHierNode that provides static methods for creation or other purposes.
- Note:
- The interface CLDiaHierNode describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddContentNode(Class<? extends ELObject> kVOcl, MEModelElement ohElem, Point ptPos) Adds aMEModelElementas content node of thisCLDiaHierNodewith relative position.addNestedHierNode(MEModelElement ohElem, Point ptPos, Point ptSize) All callout nodes owned by this hierarchical node.All notes owned by this hierarchical node.<T extends CLDiaHierNode>
List<T> getOwnedHierarchicalNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All hierarchical nodes owned by this hierarchical node.Methods inherited from interface ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface CLDiaCompartmentAbleNode
addCompartmentContent, getAllowedCompartment, getOwnedCompartmentNode, replaceByHierNodeMethods inherited from interface CLDiaElemNode
getOwnedMergeAbleEdge, getOwnedMergeAbleNodeMethods inherited from interface ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface MMFormatAble
copyFormatDlg, copyFormatRule, getCopyFormatDlgInit, getFormatMethods inherited from interface PRDiaNode
collapse, expand, getDiagram, getExpandedNodeRoot, getExpandedPresContext, getOnFramePositionSpecification, getOrientation, getPosition, getPositionAbsolute, getPresContainer, getSize, getTextPositionAbsolute, getXClientNode, hasEmbeddedContent, isExpanded, setCoord, setEmbeddedContent, setPosition, setSizeMethods inherited from interface PRPresContent
getIncoming, getMEModelElement, getModelContainer, getOutgoing, getOwnedPresContent, getOwningPresContent, getOwningPresContext, getOwningPresElement, getPresentationLevel, getTextHorizontalAlignment, getTextPosition, getTextSize, getTextVerticalAlignment, setPresentationLevel, setTextCoord, setTextHorizontalAlignment, setTextPosition, setTextSize, setTextVerticalAlignmentMethods inherited from interface PRPresElement
getDiagramTagValue, getOpacity, getOwnedPresContentElement, getPresColor, getPresentationOfLogic, setDiagramTagValue, setOpacity, setPresColor
-
Method Details
-
addContentNode
CLDiaElemNode addContentNode(Class<? extends ELObject> kVOcl, MEModelElement ohElem, Point ptPos) throws InoNetException, SrvErrorException Adds aMEModelElementas content node of thisCLDiaHierNodewith relative position.- Parameters:
kVOcl- type of the new nodeohElem- model element to be addedptPos- relative position of new node- Throws:
InoNetExceptionSrvErrorException
-
addNestedHierNode
CLDiaHierNode addNestedHierNode(MEModelElement ohElem, Point ptPos, Point ptSize) throws InoNetException, SrvErrorException - Parameters:
ohElem- model element to be addedptPos- absolute position of new nodeptSize- size of new node- Throws:
InoNetExceptionSrvErrorException
-
replaceByCompartmentAbleNode
- Throws:
InoNetExceptionSrvErrorException
-
getOwnedHierarchicalNode
<T extends CLDiaHierNode> List<T> getOwnedHierarchicalNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All hierarchical nodes owned by this hierarchical node.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedDiaNote
All notes owned by this hierarchical node.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedCalloutNode
All callout nodes owned by this hierarchical node.- Throws:
InoNetExceptionSrvErrorException
-