Class ARG_AddEdgeAndTargetNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_AddEdgeAndTargetNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddEdgeAndTargetNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isSourceSide
true, if the start node is on source sidejava.lang.Class<? extends ELObject>
kVOclEdge
element type of the added edgeADClientAble
ohElem
element to be added as edgeADClientAble
ohNode
selected nodejava.awt.Point
ptPos
position for the additional node
-
Constructor Summary
Constructors Constructor Description ARG_AddEdgeAndTargetNode()
ARG_AddEdgeAndTargetNode(ADClientAble ohNode, ADClientAble ohElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, boolean isSourceSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohNode
public ADClientAble ohNode
selected node
-
ohElem
public ADClientAble ohElem
element 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 additional node
-
isSourceSide
public boolean isSourceSide
true, if the start node is on source side
-
-
Constructor Detail
-
ARG_AddEdgeAndTargetNode
public ARG_AddEdgeAndTargetNode()
-
ARG_AddEdgeAndTargetNode
public ARG_AddEdgeAndTargetNode(ADClientAble ohNode, ADClientAble ohElem, java.lang.Class<? extends ELObject> kVOclEdge, java.awt.Point ptPos, boolean isSourceSide)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-