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_SIDEkSideside of the new nodejava.lang.Class<? extends ELObject>kVOclEdgetype of the new edgejava.lang.Class<? extends ELObject>kVOclNodetype of the new nodeADClientAbleohRelReqrequirement for the relationshipADClientAbleohSrcelement or container on source sideADClientAbleohSrcReqrequirement on source sideMMCreateTemplateohTmplcreate template of the new nodeADClientAbleohTrgelement or container on target sideADClientAbleohTrgReqrequirement on target sidejava.awt.PointptPosposition 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 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
-
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:
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
-
-