Class PRDiaEdgeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2pres.PRDiaEdgeHelper
This is a utility class for PRDiaEdge that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PRDiaSegEdge> createEdgeSegs(SrvContext srvCtx, List<? extends PRDiaEdge> seqOhEdge) Creates two edge segments to replace thePRDiaEdge.
-
Method Details
-
createEdgeSegs
public static List<PRDiaSegEdge> createEdgeSegs(SrvContext srvCtx, List<? extends PRDiaEdge> seqOhEdge) throws InoNetException, SrvErrorException Creates two edge segments to replace thePRDiaEdge.- Parameters:
srvCtx- The context of the related innovator server.seqOhEdge-- Throws:
InoNetExceptionSrvErrorException
-