Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAOrdering
-
Packages that use IAOrdering Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IAOrdering in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return IAOrdering Modifier and Type Method Description static IAOrderingIAOrderingHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)Create a new General Ordering with template from source to target element.static IAOrderingIAOrderingHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)Create a new General Ordering with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type IAOrdering Modifier and Type Method Description java.util.List<IAOrdering>IAFragment. getGeneralOrdering(K_CONTROL_OPTION... behaviourFlags)The general ordering relationships contained in this fragment.java.util.List<IAOrdering>IAOccSpec. getToAfter(K_CONTROL_OPTION... behaviourFlags)The OccurrenceSpecification referred comes before the OccurrenceSpecification referred by 'After'.java.util.List<IAOrdering>IAOccSpec. getToBefore(K_CONTROL_OPTION... behaviourFlags)The OccurrenceSpecification referred comes after the OccurrenceSpecification referred by 'Before'.
-