Class CLComponentDiaHelper
java.lang.Object
de.mid.innovator.srv2api.icw2cldia.CLComponentDiaHelper
The following nodes and edges are typically drawn in a component diagram:
Component
Interface
ComponentRealization, InterfaceRealization, Usage Dependencies
Class
Artifact
Port
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CLComponentDiacreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Component Diagram with template and container.static CLComponentDiacreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Component Diagram with stereotype and container.
-
Method Details
-
create
public static CLComponentDia create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Component Diagram 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 CLComponentDia create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Component Diagram 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
-