Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_EvaluateRelationshipTemplateOut
-
Packages that use ARG_EvaluateRelationshipTemplateOut Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ARG_EvaluateRelationshipTemplateOut in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return ARG_EvaluateRelationshipTemplateOut Modifier and Type Method Description ARG_EvaluateRelationshipTemplateOut
MMCreateTemplate. 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)
Creates a relationship from the current object between the specified source and target element.ARG_EvaluateRelationshipTemplateOut
MMCreateTemplate. 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)
Creates a relationship from the current object between the specified source and target element.
-