Class ARG_AddConceptEdge
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2gcdia.ARG_AddConceptEdge
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AddConceptEdge extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_PREDGETYPE
kEdgeType
edge typeGCDia
ohDia
concept diagramGCConceptConnection
ohElement
concept connection to be addedPRPresContent
ohSource
source nodePRPresContent
ohTarget
target node or edgejava.util.List<java.awt.Point>
seqStep
sequence of edge points
-
Constructor Summary
Constructors Constructor Description ARG_AddConceptEdge()
ARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
-
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
-
ohDia
public GCDia ohDia
concept diagram
-
ohElement
public GCConceptConnection ohElement
concept connection to be added
-
ohSource
public PRPresContent ohSource
source node
-
ohTarget
public PRPresContent ohTarget
target node or edge
-
kEdgeType
public K_PREDGETYPE kEdgeType
edge type
-
seqStep
public java.util.List<java.awt.Point> seqStep
sequence of edge points
-
-
Constructor Detail
-
ARG_AddConceptEdge
public ARG_AddConceptEdge()
-
ARG_AddConceptEdge
public ARG_AddConceptEdge(GCDia ohDia, GCConceptConnection ohElement, PRPresContent ohSource, PRPresContent ohTarget, K_PREDGETYPE kEdgeType, java.util.List<java.awt.Point> seqStep)
-
-
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
-
-