Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAConsider
-
Packages that use IAConsider Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of IAConsider in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAConsider Modifier and Type Method Description static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Consider with template and container.static IAConsider
IAConsiderHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Consider with stereotype and container. -
Uses of IAConsider in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type IAConsider Modifier and Type Method Description java.util.List<IAConsider>
MEModelElement. getConsider()
All considered elements of this model element.
-