Interface MMVerifyClassification
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble,MMMetamodelElement
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionassignContent(MMProfile ohProfile, List<? extends MMMetamodelElement> seqOh, List<Class<? extends ELObject>> seqVOcl, boolean allLevel) Creates aMMVerifyClassificationas content of thisMMVerifyClassificationfor each specifiedMMStereotype.All verify classifications of this classification.getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags) All engineering actions owned by this verification category.getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags) All verification categories owned by this verification category.getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags) All verification messages owned by this verification category.The verification category that owns this verification category.The verification section that owns this verification category.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.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 de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
Method Details
-
assignContent
List<MMMetamodelElement> assignContent(MMProfile ohProfile, List<? extends MMMetamodelElement> seqOh, List<Class<? extends ELObject>> seqVOcl, boolean allLevel) throws InoNetException, SrvErrorException Creates aMMVerifyClassificationas content of thisMMVerifyClassificationfor each specifiedMMStereotype. Creates aMMVerifyMsgas content of thisMMVerifyClassificationfor each specifiedMM2Verify.- Parameters:
ohProfile- Profile of the configurationseqOh- List of selected meta classes or create templatesseqVOcl- List of kinds of presentation elements for each meta classallLevel- isTrue, if all levels are calculated- Throws:
InoNetExceptionSrvErrorException
-
getOwnedVerifyMessage
List<MMVerifyMsg> getOwnedVerifyMessage(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All verification messages owned by this verification category.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedVerifyClassification
List<MMVerifyClassification> getOwnedVerifyClassification(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All verification categories owned by this verification category.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedEngineeringAction
List<MMEngineeringAction> getOwnedEngineeringAction(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All engineering actions owned by this verification category.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getClassification
All verify classifications of this classification.- Throws:
InoNetExceptionSrvErrorException
-
getOwningVerifyClassification
The verification category that owns this verification category.- Throws:
InoNetExceptionSrvErrorException
-
getOwningVerifyPackage
The verification section that owns this verification category.- Throws:
InoNetExceptionSrvErrorException
-