Class ARG_EvaluateRelationshipTemplateWithRequirement
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_EvaluateRelationshipTemplateWithRequirement
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_EvaluateRelationshipTemplateWithRequirement 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
ohRelReq
requirement for the relationshipADClientAble
ohSrc
element or container on source sideADClientAble
ohSrcReq
requirement on source sideMMCreateTemplate
ohTmpl
create template of the new nodeADClientAble
ohTrg
element or container on target sideADClientAble
ohTrgReq
requirement on target sidejava.awt.Point
ptPos
position of the new node in diagram
-
Constructor Summary
Constructors Constructor Description ARG_EvaluateRelationshipTemplateWithRequirement()
ARG_EvaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, 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
-
ohSrcReq
public ADClientAble ohSrcReq
requirement on source side
-
ohTrg
public ADClientAble ohTrg
element or container on target side
-
ohTrgReq
public ADClientAble ohTrgReq
requirement on target side
-
ohTmpl
public MMCreateTemplate ohTmpl
create template of the new node
-
ohRelReq
public ADClientAble ohRelReq
requirement for the relationship
-
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_EvaluateRelationshipTemplateWithRequirement
public ARG_EvaluateRelationshipTemplateWithRequirement()
-
ARG_EvaluateRelationshipTemplateWithRequirement
public ARG_EvaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc, ADClientAble ohSrcReq, ADClientAble ohTrg, ADClientAble ohTrgReq, MMCreateTemplate ohTmpl, ADClientAble ohRelReq, 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
-
-