Package de.mid.innovator.srv2api.icw2gc
Class GCJunctionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2gc.GCJunctionHelper
A
GCJunction is used to connect concept connections of the same type.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GCJunctioncreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Junction Point with template and container.static GCJunctioncreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Junction Point with stereotype and container.
-
Method Details
-
create
public static GCJunction create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Junction 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:
InoNetExceptionSrvErrorException
-
create
public static GCJunction create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException Create a new Junction 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:
InoNetExceptionSrvErrorException
-