Class ARG_IMAddEdgeList
java.lang.Object
de.mid.innovator.srv2api.icw2imdia.ARG_IMAddEdgeList
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if nodes may be addedbooleanisTrue/isFalse means edges to parent/son onlygraphical element typelist of selected nodes and elements -
Constructor Summary
ConstructorsConstructorDescriptionARG_IMAddEdgeList(List<ADClientAble> seqSel, Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
seqSel
list of selected nodes and elements -
kVOclPres
graphical element type -
isDirParent
public boolean isDirParentisTrue/isFalse means edges to parent/son only -
addNode
public boolean addNodeisTrue, if nodes may be added
-
-
Constructor Details
-
ARG_IMAddEdgeList
public ARG_IMAddEdgeList() -
ARG_IMAddEdgeList
public ARG_IMAddEdgeList(List<ADClientAble> seqSel, Class<? extends ELObject> kVOclPres, boolean isDirParent, boolean addNode)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-