Class GCPathHelper
java.lang.Object
de.mid.innovator.srv2api.icw2gc.GCPathHelper
This is a utility class for GCPath that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic GCPathcreatePath(SrvContext srvCtx, GCConceptConnection ohConnection, List<? extends GCPathAble> seqPath) Create a path with path elements.
-
Method Details
-
createPath
public static GCPath createPath(SrvContext srvCtx, GCConceptConnection ohConnection, List<? extends GCPathAble> seqPath) throws InoNetException, SrvErrorException Create a path with path elements.- Parameters:
srvCtx- The context of the related innovator server.ohConnection- derived concept connectionseqPath- list of path able elements- Throws:
InoNetExceptionSrvErrorException
-