|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2cldia.CLDiaMergeAbleNodeHelper
public abstract class CLDiaMergeAbleNodeHelper
This is a utility class for CLDiaMergeAbleNode that provides static methods for creation or other purposes.
CLDiaMergeAbleNode| Method Summary | |
|---|---|
static CLDiaMergeAbleNode |
mergeRelationship(SrvContext srvCtx,
List<? extends ELElement> seq)
Merges a list of relationship nodes or edges together into a multiple relationship node. |
static void |
splitRelationship(SrvContext srvCtx,
List<? extends ELElement> seq)
Splits a multiple relationship node into two relationship nodes or edges. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CLDiaMergeAbleNode mergeRelationship(SrvContext srvCtx,
List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.seq - List of ELElement
InoNetException
SrvErrorException
public static void splitRelationship(SrvContext srvCtx,
List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.seq - List of ELElement
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||