Package de.mid.innovator.srv2api.icw2be
Class BEOpaqueHelper
java.lang.Object
de.mid.innovator.srv2api.icw2be.BEOpaqueHelper
The semantics of the behavior is determined by the implementation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BEOpaquecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Opaque Behavior with template and container.static BEOpaquecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Opaque Behavior with template and container.static BEOpaquecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Opaque Behavior with stereotype and container.static BEOpaquecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Opaque Behavior with stereotype and container.
-
Method Details
-
create
public static BEOpaque create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Opaque Behavior 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 BEOpaque create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) throws InoNetException, SrvErrorException Creates a new Opaque Behavior with stereotype and container. An assign kind must be added.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new elementkContAsgn- Kind of container assignment- Throws:
InoNetExceptionSrvErrorException
-
create
public static BEOpaque create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Opaque Behavior 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
-
create
public static BEOpaque create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) throws InoNetException, SrvErrorException Creates a new Opaque Behavior with template and container. An assign kind must be added.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new elementkContAsgn- Kind of container assignment- Throws:
InoNetExceptionSrvErrorException
-