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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if the start node is on source sidemeta attribute of the whiteboard attribute edgeelement type of the presentation edgeelement to be added as edgelist of the connected nodes (without start node)name of the element to be addedentry of this edgeentry of this node -
Constructor Summary
ConstructorsConstructorDescriptionARG_PRAddAbleEdgeEntry(MEModelElement ohElem, String strElem, Class<? extends ELObject> kVOclEdge, boolean isSourceSide, List<PRPresContent> seqNode, ARG_XPRDiaEdgeRep valEdgeRep, ARG_XPRDiaNodeRep valNodeRep, K_VATTR kVAttr) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohElem
element to be added as edge -
strElem
name of the element to be added -
kVOclEdge
element type of the presentation edge -
isSourceSide
public boolean isSourceSideisTrue, if the start node is on source side -
seqNode
list of the connected nodes (without start node) -
valEdgeRep
entry of this edge -
valNodeRep
entry of this node -
kVAttr
meta attribute of the whiteboard attribute edge
-
-
Constructor Details
-
ARG_PRAddAbleEdgeEntry
public ARG_PRAddAbleEdgeEntry() -
ARG_PRAddAbleEdgeEntry
public ARG_PRAddAbleEdgeEntry(MEModelElement ohElem, String strElem, Class<? extends ELObject> kVOclEdge, boolean isSourceSide, List<PRPresContent> seqNode, ARG_XPRDiaEdgeRep valEdgeRep, ARG_XPRDiaNodeRep valNodeRep, K_VATTR kVAttr)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-