Class ARG_EvaluateRelationshipTemplate
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_EvaluateRelationshipTemplate
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_EvaluateRelationshipTemplate
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionside of the new nodetype of the new edgetype of the new nodeelement or container on source sidecreate template of the new nodeelement or container on target sideposition of the new node in diagram -
Constructor Summary
ConstructorsConstructorDescriptionARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge) -
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
-
ohSrc
element or container on source side -
ohTrg
element or container on target side -
ohTmpl
create template of the new node -
kSide
side of the new node -
ptPos
position of the new node in diagram -
kVOclNode
type of the new node -
kVOclEdge
type of the new edge
-
-
Constructor Details
-
ARG_EvaluateRelationshipTemplate
public ARG_EvaluateRelationshipTemplate() -
ARG_EvaluateRelationshipTemplate
public ARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, Point ptPos, Class<? extends ELObject> kVOclNode, Class<? extends ELObject> kVOclEdge)
-
-
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
-