Class CLCollaborationHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLCollaborationHelper
-
public abstract class CLCollaborationHelper extends java.lang.Object
A collaboration describes a structure of collaborating elements (roles), each performing a specialized function, which collectively accomplish some desired functionality. Its primary purpose is to explain how a system works and, therefore, it typically only incorporates those aspects of reality that are deemed relevant to the explanation. This means that details, such as the identity or precise class of the actual participating instances, are suppressed.- See Also:
CLCollaboration
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLCollaboration
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration with template and container.static CLCollaboration
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration with stereotype and container.
-
-
-
Method Detail
-
create
public static CLCollaboration create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Collaboration 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 CLCollaboration create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Collaboration 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
-
-