Package de.mid.innovator.srv2api.icw2bc
Class BCTermHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bc.BCTermHelper
A term relevant for the business description. The concept represented by the term may be refined with other terms and may be assigned to different model elements.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BCTermcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Defined Technical Term with template and container.static BCTermcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Defined Technical Term with stereotype and container.
-
Method Details
-
create
public static BCTerm create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Defined Technical Term with stereotype and container.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static BCTerm create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Defined Technical Term with template and container.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-