Package de.mid.innovator.srv2api.icw2dm
Class DRKnowledgeRequirementHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DRKnowledgeRequirementHelper
-
public abstract class DRKnowledgeRequirementHelper extends java.lang.Object
The classDRKnowledgeRequirement
is used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge
. ADRKnowledgeRequirement
element is a component of aDRDecision
element or of aDRBusinessKnowledgeModel
element, and it associates that requiringDRDecision
orDRBusinessKnowledgeModel
element with a required knowledge element, which is an instance ofDRBusinessKnowledgeModel
.- See Also:
DRKnowledgeRequirement
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DRKnowledgeRequirement
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeRequirement
createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.
-
-
-
Method Detail
-
create
public static DRKnowledgeRequirement create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Knowledge Requirement with stereotype from source to target element.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static DRKnowledgeRequirement create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Knowledge Requirement with template from source to target element.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
createAndMaintain
public static DRKnowledgeRequirement createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Knowledge Requirement with stereotype from source to target element. The created element is maintained.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
createAndMaintain
public static DRKnowledgeRequirement createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException
Create a new Knowledge Requirement with template from source to target element. The created element is maintained.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohSource
- Source for the new elementohTarget
- Target for the new element- Throws:
InoNetException
SrvErrorException
-
-