Class ARG_PRAddAbleEdgeEntry
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_PRAddAbleEdgeEntry
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PRAddAbleEdgeEntry extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isSourceSide
isTrue, if the start node is on source sideK_VATTR
kVAttr
meta attribute of the whiteboard attribute edgejava.lang.Class<? extends ELObject>
kVOclEdge
element type of the presentation edgeMEModelElement
ohElem
element to be added as edgejava.util.List<PRPresContent>
seqNode
list of the connected nodes (without start node)java.lang.String
strElem
name of the element to be addedARG_XPRDiaEdgeRep
valEdgeRep
entry of this edgeARG_XPRDiaNodeRep
valNodeRep
entry of this node
-
Constructor Summary
Constructors Constructor Description ARG_PRAddAbleEdgeEntry()
ARG_PRAddAbleEdgeEntry(MEModelElement ohElem, java.lang.String strElem, java.lang.Class<? extends ELObject> kVOclEdge, boolean isSourceSide, java.util.List<PRPresContent> seqNode, ARG_XPRDiaEdgeRep valEdgeRep, ARG_XPRDiaNodeRep valNodeRep, K_VATTR kVAttr)
-
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
-
ohElem
public MEModelElement ohElem
element to be added as edge
-
strElem
public java.lang.String strElem
name of the element to be added
-
kVOclEdge
public java.lang.Class<? extends ELObject> kVOclEdge
element type of the presentation edge
-
isSourceSide
public boolean isSourceSide
isTrue, if the start node is on source side
-
seqNode
public java.util.List<PRPresContent> seqNode
list of the connected nodes (without start node)
-
valEdgeRep
public ARG_XPRDiaEdgeRep valEdgeRep
entry of this edge
-
valNodeRep
public ARG_XPRDiaNodeRep valNodeRep
entry of this node
-
kVAttr
public K_VATTR kVAttr
meta attribute of the whiteboard attribute edge
-
-
Constructor Detail
-
ARG_PRAddAbleEdgeEntry
public ARG_PRAddAbleEdgeEntry()
-
ARG_PRAddAbleEdgeEntry
public ARG_PRAddAbleEdgeEntry(MEModelElement ohElem, java.lang.String strElem, java.lang.Class<? extends ELObject> kVOclEdge, boolean isSourceSide, java.util.List<PRPresContent> seqNode, ARG_XPRDiaEdgeRep valEdgeRep, ARG_XPRDiaNodeRep valNodeRep, K_VATTR kVAttr)
-
-
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
-
-