Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPUseCasePathRel
-
Packages that use BPUseCasePathRel 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 BPUseCasePathRel in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPUseCasePathRel Modifier and Type Method Description static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with template from source to target element.static BPUseCasePathRel
BPUseCasePathRelHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Usecase-Path Relationship with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPUseCasePathRel Modifier and Type Method Description java.util.List<BPUseCasePathRel>
BPPath. getIncomingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The incoming relationships of the path. -
Uses of BPUseCasePathRel in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BPUseCasePathRel Modifier and Type Method Description java.util.List<BPUseCasePathRel>
CLUseCase. getOutgoingPathUseCaseRel(K_CONTROL_OPTION... behaviourFlags)
The outgoing relationships of the use case.
-