Interface CLDiaCompartmentAbleNode
- All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, CLDiaElemNode, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELUUIDAble, MMFormatAble, PRDiaNode, PRPresContent, PRPresElement
- All Known Subinterfaces:
CLDiaCLNode, CLDiaHierCollaborationNode, CLDiaHierCollaborationUseNode, CLDiaHierCompNode, CLDiaHierCompStructNode, CLDiaHierDeployNode, CLDiaHierNode, CLDiaHierPartNode, CLDiaHierPkgStructNode, CLDiaHierStructDefinitionNode, CLDiaHierStructEntryNode, CLDiaHierStructGroupNode, CLDiaHierStructNode, CLDiaInstNode, CLDiaPkgNode, CLDiaReqNode, CLDiaUseCaseNode, DBDiaTableNode, DBDiaViewNode, DRDiaDecisionNode, DRDiaHierServiceNode, DRDiaHierServicePartNode, DRDiaInputDataNode, DRDiaKnowledgeNode, DRDiaKnowledgeSourceNode, DRDiaNode, DRDiaServiceNode, ERDiaCubeDimensionNode, ERDiaCubeNode, ERDiaDimensionLevelNode, ERDiaDimensionTreeNode, ERDiaEntityNode, ERDiaHierarchyLevelNode, ERDiaHierarchyNode, ERDiaHierDimensionTreeNode, ERDiaHierHierarchyNode, ERDiaViewNode, IMDiaClassifierNode, IMDiaHierNode
This is a utility class for CLDiaCompartmentAbleNode that provides static methods for creation or other purposes.
- Note:
- The interface CLDiaCompartmentAbleNode 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 TypeMethodDescriptionaddCompartmentContent(K_COMPARTMENT kComp, List<? extends MEModelElement> seqElem) All compartments which are allowed for this node.<T extends CLDiaCompartmentNode>
List<T> getOwnedCompartmentNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All compartment nodes owned by this compartmentable 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 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
-
getAllowedCompartment
All compartments which are allowed for this node.- Throws:
InoNetExceptionSrvErrorException
-
addCompartmentContent
List<CLDiaCompartmentContentNode> addCompartmentContent(K_COMPARTMENT kComp, List<? extends MEModelElement> seqElem) throws InoNetException, SrvErrorException - Parameters:
kComp- kind of the compartment of the added elementsseqElem- list of selected elements- Throws:
InoNetExceptionSrvErrorException
-
replaceByHierNode
- Throws:
InoNetExceptionSrvErrorException
-
getOwnedCompartmentNode
<T extends CLDiaCompartmentNode> List<T> getOwnedCompartmentNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All compartment nodes owned by this compartmentable 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
-