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 booleanisSourceSideisTrue, if the start node is on source sideK_VATTRkVAttrmeta attribute of the whiteboard attribute edgejava.lang.Class<? extends ELObject>kVOclEdgeelement type of the presentation edgeMEModelElementohElemelement to be added as edgejava.util.List<PRPresContent>seqNodelist of the connected nodes (without start node)java.lang.StringstrElemname of the element to be addedARG_XPRDiaEdgeRepvalEdgeRepentry of this edgeARG_XPRDiaNodeRepvalNodeRepentry 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 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
-
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:
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
-
-