Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRAuthorityRequirement
-
Packages that use DRAuthorityRequirement Package Description de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated. -
-
Uses of DRAuthorityRequirement in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRAuthorityRequirement Modifier and Type Method Description static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with template from source to target element.static DRAuthorityRequirement
DRAuthorityRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Authority Requirement with stereotype from source to target element.
-