Class ARG_BRDiaAddEdge
java.lang.Object
de.mid.innovator.srv2api.icw2brdia.ARG_BRDiaAddEdge
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanif true and if the edge does already exist, the existing edge is takenType of the new edgesource nodetarget nodeModel Element to be added -
Constructor Summary
ConstructorsConstructorDescriptionARG_BRDiaAddEdge(BRResourceRel ohResourceRel, Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd) -
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
-
ohResourceRel
Model Element to be added -
kVOclPres
Type of the new edge -
ohNodeSrc
source node -
ohNodeTrg
target node -
ifExistsDontAdd
public boolean ifExistsDontAddif true and if the edge does already exist, the existing edge is taken
-
-
Constructor Details
-
ARG_BRDiaAddEdge
public ARG_BRDiaAddEdge() -
ARG_BRDiaAddEdge
public ARG_BRDiaAddEdge(BRResourceRel ohResourceRel, Class<? extends ELObject> kVOclPres, BRDiaResourceNode ohNodeSrc, BRDiaResourceNode ohNodeTrg, boolean ifExistsDontAdd)
-
-
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
-