Class CLOperationHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLOperationHelper
-
public abstract class CLOperationHelper extends java.lang.Object
An operation is a behavioral feature of a classifier that specifies the name, type, parameters and constraints for invoking an associated behavior.- See Also:
CLOperation
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLOperation
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Operation with template and container.static CLOperation
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Operation with stereotype and container.
-
-
-
Method Detail
-
create
public static CLOperation create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Operation 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:
InoNetException
SrvErrorException
-
create
public static CLOperation create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Operation 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:
InoNetException
SrvErrorException
-
-