Class CLCollaborationUseHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLCollaborationUseHelper
-
public abstract class CLCollaborationUseHelper extends java.lang.ObjectA collaboration use represents the application of the pattern described by a collaboration to a specific situation involving specific classes or instances playing the roles of the collaboration.- See Also:
CLCollaborationUse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLCollaborationUsecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Collaboration Use with template and container with requirement.static CLCollaborationUsecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)Create a new Collaboration Use with stereotype and container with requirement.
-
-
-
Method Detail
-
create
public static CLCollaborationUse create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Collaboration Use with stereotype and container with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-
create
public static CLCollaborationUse create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) throws InoNetException, SrvErrorException
Create a new Collaboration Use with template and container with requirement.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new elementohRequirement- Additional required element- Throws:
InoNetExceptionSrvErrorException
-
-