Package de.mid.innovator.srv2api.icw2be
Class BETimeEventHelper
java.lang.Object
de.mid.innovator.srv2api.icw2be.BETimeEventHelper
A time event specifies a point in time by an expression. The expression might be absolute or might be relative to some other point in time.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BETimeEventcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Time Event with template and container.static BETimeEventcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Time Event with stereotype and container.
-
Method Details
-
create
public static BETimeEvent create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Time Event 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 BETimeEvent create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Time Event 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
-