Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPUseCaseInteractionRel
-
Packages that use BPUseCaseInteractionRel Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of BPUseCaseInteractionRel in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPUseCaseInteractionRel Modifier and Type Method Description static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with template from source to target element.static BPUseCaseInteractionRel
BPUseCaseInteractionRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Interaction Relationship with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPUseCaseInteractionRel Modifier and Type Method Description java.util.List<BPUseCaseInteractionRel>
BPInteractionSpecification. getOutgoingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
-
Uses of BPUseCaseInteractionRel in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BPUseCaseInteractionRel Modifier and Type Method Description java.util.List<BPUseCaseInteractionRel>
CLUseCase. getIncomingInteractionUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The incoming relationships of the interaction specifications.
-