Class ARG_AddEdgesAndTargetNodes
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_AddEdgesAndTargetNodes
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddEdgesAndTargetNodes extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanisSourceSidetrue, if the start node is on source sidejava.lang.Class<? extends ELObject>kVOclEdgeelement type of the added edgeADClientAbleohNodeselected nodejava.awt.PointptOffsetposition offset, if more than one edge is added with nodejava.awt.PointptPosposition for the first additional nodejava.util.List<ADClientAble>seqElemlist of elements to be added as edge
-
Constructor Summary
Constructors Constructor Description ARG_AddEdgesAndTargetNodes()ARG_AddEdgesAndTargetNodes(ADClientAble ohNode, java.util.List<ADClientAble> seqElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, java.awt.Point ptOffset, boolean isSourceSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
ohNode
public ADClientAble ohNode
selected node
-
seqElem
public java.util.List<ADClientAble> seqElem
list of elements to be added as edge
-
kVOclEdge
public java.lang.Class<? extends ELObject> kVOclEdge
element type of the added edge
-
ptPos
public java.awt.Point ptPos
position for the first additional node
-
ptOffset
public java.awt.Point ptOffset
position offset, if more than one edge is added with node
-
isSourceSide
public boolean isSourceSide
true, if the start node is on source side
-
-
Constructor Detail
-
ARG_AddEdgesAndTargetNodes
public ARG_AddEdgesAndTargetNodes()
-
ARG_AddEdgesAndTargetNodes
public ARG_AddEdgesAndTargetNodes(ADClientAble ohNode, java.util.List<ADClientAble> seqElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, java.awt.Point ptOffset, boolean isSourceSide)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-