Beispiel #1
0
 public RelationBlockProperty2StructureElement(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationCreateProjectStructureLink(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Beispiel #3
0
 public RelationCreateDecompositionLink(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Beispiel #4
0
 public RelationEA2FMEA_Start(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationAddStructureRoot(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationProduct2Structure(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }