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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_SIDEkSideside of the new nodejava.lang.Class<? extends ELObject>kVOclEdgetype of the new edgejava.lang.Class<? extends ELObject>kVOclNodetype of the new nodeADClientAbleohSrcelement or container on source sideMMCreateTemplateohTmplcreate template of the new nodeADClientAbleohTrgelement or container on target sidejava.awt.PointptPosposition of the new node in diagram
-
Constructor Summary
Constructors Constructor Description ARG_EvaluateRelationshipTemplate()ARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)
-
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
-
ohSrc
public ADClientAble ohSrc
element or container on source side
-
ohTrg
public ADClientAble ohTrg
element or container on target side
-
ohTmpl
public MMCreateTemplate ohTmpl
create template of the new node
-
kSide
public K_SIDE kSide
side of the new node
-
ptPos
public java.awt.Point ptPos
position of the new node in diagram
-
kVOclNode
public java.lang.Class<? extends ELObject> kVOclNode
type of the new node
-
kVOclEdge
public java.lang.Class<? extends ELObject> kVOclEdge
type of the new edge
-
-
Constructor Detail
-
ARG_EvaluateRelationshipTemplate
public ARG_EvaluateRelationshipTemplate()
-
ARG_EvaluateRelationshipTemplate
public ARG_EvaluateRelationshipTemplate(ADClientAble ohSrc, ADClientAble ohTrg, MMCreateTemplate ohTmpl, K_SIDE kSide, java.awt.Point ptPos, java.lang.Class<? extends ELObject> kVOclNode, java.lang.Class<? extends ELObject> kVOclEdge)
-
-
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
-
-