Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAIgnore
-
Packages that use IAIgnore 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 IAIgnore in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAIgnore Modifier and Type Method Description static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Ignore with template and container.static IAIgnore
IAIgnoreHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Ignore with stereotype and container. -
Uses of IAIgnore in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type IAIgnore Modifier and Type Method Description java.util.List<IAIgnore>
MEModelElement. getIgnore()
All ignored elements of this model element.
-