Class PRDiaEdgeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.PRDiaEdgeHelper
-
public abstract class PRDiaEdgeHelper extends java.lang.Object
This is a utility class for PRDiaEdge that provides static methods for creation or other purposes.- See Also:
PRDiaEdge
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<PRDiaSegEdge>
createEdgeSegs(SrvContext srvCtx, java.util.List<? extends PRDiaEdge> seqOhEdge)
Creates two edge segments to replace thePRDiaEdge
.
-
-
-
Method Detail
-
createEdgeSegs
public static java.util.List<PRDiaSegEdge> createEdgeSegs(SrvContext srvCtx, java.util.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:
InoNetException
SrvErrorException
-
-