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_SIDE
kSide
side of the new nodejava.lang.Class<? extends ELObject>
kVOclEdge
type of the new edgejava.lang.Class<? extends ELObject>
kVOclNode
type of the new nodeADClientAble
ohSrc
element or container on source sideMMCreateTemplate
ohTmpl
create template of the new nodeADClientAble
ohTrg
element or container on target sidejava.awt.Point
ptPos
position 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 void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-