Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_GetViewAttributesForImpactAnalysisOut
-
Packages that use ARG_GetViewAttributesForImpactAnalysisOut Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ARG_GetViewAttributesForImpactAnalysisOut in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return ARG_GetViewAttributesForImpactAnalysisOut Modifier and Type Method Description static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getPossiblePairsForImpactAnalysis(SrvContext srvCtx)
Returns a list of element types which are typically represented as node but may be used as edge within the impact analysis.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getRelationPairsForImpactAnalysis(SrvContext srvCtx)
Returns a list of element types which may be typically used as edge within the impact analysis.static ARG_GetViewAttributesForImpactAnalysisOut
MM2ClassificationHelper. getViewAttributesForImpactAnalysis(SrvContext srvCtx, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl)
Returns a list of view attributes which may be used by the impact analysis of the specified element types.
-