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
,CLDiaHierStructDefinitionNode
,CLDiaHierStructEntryNode
,CLDiaHierStructGroupNode
,CLDiaHierStructNode
,DRDiaHierServiceNode
,DRDiaHierServicePartNode
,ERDiaDimensionLevelNode
,ERDiaHierarchyLevelNode
,ERDiaHierarchyNode
,ERDiaHierDimensionTreeNode
,ERDiaHierHierarchyNode
,IMDiaHierNode
public interface CLDiaHierNode extends CLDiaCompartmentAbleNode
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 Modifier and Type Interface Description static class
CLDiaHierNode.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CLDiaElemNode
addContentNode(java.lang.Class<? extends ELObject> kVOcl, MEModelElement ohElem, java.awt.Point ptPos)
Adds aMEModelElement
as content node of thisCLDiaHierNode
with relative position.CLDiaHierNode
addNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize)
java.util.List<PRDiaCalloutNode>
getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this hierarchical node.java.util.List<PRDiaNote>
getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags)
All notes owned by this hierarchical node.<T extends CLDiaHierNode>
java.util.List<T>getOwnedHierarchicalNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All hierarchical nodes owned by this hierarchical node.CLDiaHierNode
getOwningHierarchicalNode()
The hierarchical node that owns this hierarchical node.CLDiaCompartmentAbleNode
replaceByCompartmentAbleNode()
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2cldia.CLDiaCompartmentAbleNode
addCompartmentContent, getAllowedCompartment, getOwnedCompartmentNode, replaceByHierNode
-
Methods inherited from interface de.mid.innovator.srv2api.icw2cldia.CLDiaElemNode
getOwnedMergeAbleEdge, getOwnedMergeAbleNode
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMFormatAble
copyFormatDlg, copyFormatRule, getCopyFormatDlgInit, getFormat
-
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRDiaNode
collapse, expand, getDiagram, getExpandedNodeRoot, getExpandedPresContext, getOnFramePositionSpecification, getOrientation, getOwningFrameNode, getPosition, getPositionAbsolute, getPresContainer, getSize, getTextPositionAbsolute, getXClientNode, hasEmbeddedContent, isExpanded, setCoord, setEmbeddedContent, setPosition, setSize
-
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRPresContent
getIncoming, getMEModelElement, getModelContainer, getOutgoing, getOwnedPresContent, getOwningPresContent, getOwningPresContext, getOwningPresElement, getPresentationLevel, getTextPosition, getTextSize, setPresentationLevel, setTextCoord, setTextPosition, setTextSize
-
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRPresElement
getOpacity, getOwnedPresContentElement, getPresColor, getPresentationOfLogic, setOpacity, setPresColor
-
-
-
-
Method Detail
-
addContentNode
CLDiaElemNode addContentNode(java.lang.Class<? extends ELObject> kVOcl, MEModelElement ohElem, java.awt.Point ptPos) throws InoNetException, SrvErrorException
Adds aMEModelElement
as content node of thisCLDiaHierNode
with relative position.- Parameters:
kVOcl
- type of the new nodeohElem
- model element to be addedptPos
- relative position of new node- Throws:
InoNetException
SrvErrorException
-
addNestedHierNode
CLDiaHierNode addNestedHierNode(MEModelElement ohElem, java.awt.Point ptPos, java.awt.Point ptSize) throws InoNetException, SrvErrorException
- Parameters:
ohElem
- model element to be addedptPos
- absolute position of new nodeptSize
- size of new node- Throws:
InoNetException
SrvErrorException
-
replaceByCompartmentAbleNode
CLDiaCompartmentAbleNode replaceByCompartmentAbleNode() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getOwnedHierarchicalNode
<T extends CLDiaHierNode> java.util.List<T> getOwnedHierarchicalNode(java.lang.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:
InoNetException
SrvErrorException
-
getOwnedDiaNote
java.util.List<PRDiaNote> getOwnedDiaNote(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All notes owned by this hierarchical node.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOwnedCalloutNode
java.util.List<PRDiaCalloutNode> getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All callout nodes owned by this hierarchical node.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOwningHierarchicalNode
CLDiaHierNode getOwningHierarchicalNode() throws InoNetException, SrvErrorException
The hierarchical node that owns this hierarchical node.- Throws:
InoNetException
SrvErrorException
-
-