Package de.mid.innovator.srv2api.icw2dm
Class DRInformationRequirementHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DRInformationRequirementHelper
The class
DRInformationRequirement is used to model an information requirement, as represented by a plain arrow in a DRD by DRDiaRequirementEdge.
An DRInformationRequirement element is a component of a DRDecision element, and it associates that requiring DRDecision element with a required decision element, which is an instance of DRDecision, or with a required input element, which is an instance of DRInputData.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DRInformationRequirementcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Information Requirement with template from source to target element.static DRInformationRequirementcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Information Requirement with stereotype from source to target element.
-
Method Details
-
create
public static DRInformationRequirement create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Information 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:
InoNetExceptionSrvErrorException
-
create
public static DRInformationRequirement create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) throws InoNetException, SrvErrorException Create a new Information 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:
InoNetExceptionSrvErrorException
-