Class CLExtensionPointHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLExtensionPointHelper
-
public abstract class CLExtensionPointHelper extends java.lang.Object
An extension point identifies a point in the behavior of a use case where that behavior can be extended by the behavior of some other (extending) use case, as specified by an extend relationship.- See Also:
CLExtensionPoint
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLExtensionPoint
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Extension Point with template and container.static CLExtensionPoint
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Extension Point with stereotype and container.
-
-
-
Method Detail
-
create
public static CLExtensionPoint create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Extension Point 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 CLExtensionPoint create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Extension Point 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
-
-