Interface MMVerifyClassification
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
,MMMetamodelElement
public interface MMVerifyClassification extends ELContainerAble, MMMetamodelElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MMVerifyClassification.VAttr
-
Method Summary
-
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.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.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
assignContent
java.util.List<MMMetamodelElement> assignContent(MMProfile ohProfile, java.util.List<? extends MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel) throws InoNetException, SrvErrorException
Creates aMMVerifyClassification
as content of thisMMVerifyClassification
for each specifiedMMStereotype
. Creates aMMVerifyMsg
as content of thisMMVerifyClassification
for 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:
InoNetException
SrvErrorException
-
getOwnedVerifyMessage
java.util.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:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwnedVerifyClassification
java.util.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:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getOwnedEngineeringAction
java.util.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:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getClassification
MM2Classification getClassification() throws InoNetException, SrvErrorException
All verify classifications of this classification.- Throws:
InoNetException
SrvErrorException
-
getOwningVerifyClassification
MMVerifyClassification getOwningVerifyClassification() throws InoNetException, SrvErrorException
The verification category that owns this verification category.- Throws:
InoNetException
SrvErrorException
-
getOwningVerifyPackage
MMVerifyPackage getOwningVerifyPackage() throws InoNetException, SrvErrorException
The verification section that owns this verification category.- Throws:
InoNetException
SrvErrorException
-
-