public TransformationumlToRdbms(IMetaModelInterface editor, IFunctions Functions)
 {
     this.editor    = editor;  this.RelationPackageToSchema = new RelationPackageToSchema(editor, this);
     this.Functions = Functions;  this.RelationClassToTable = new RelationClassToTable(editor, this);
     this.Functions = Functions;  this.RelationPrimitiveAttributeToColumn = new RelationPrimitiveAttributeToColumn(editor, this);
     this.Functions = Functions;  this.RelationComplexAttributeToColumn = new RelationComplexAttributeToColumn(editor, this);
     this.Functions = Functions;  this.RelationSuperAttributeToColumn = new RelationSuperAttributeToColumn(editor, this);
     this.Functions = Functions;  this.RelationAssocToFKey = new RelationAssocToFKey(editor, this);
     this.Functions = Functions;  this.RelationAttributeToColumn = new RelationAttributeToColumn(editor, this);
     this.Functions = Functions;
 }
Esempio n. 2
0
 public TransformationDemo1(IMetaModelInterface editor)
 {
     this.editor = editor;
 }
Esempio n. 3
0
 public RelationSuperAttributeToColumn(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 4
0
 public RelationAssocToFKey(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 5
0
 public RelationBlockProperty2StructureElement(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public TransformationDemo1(IMetaModelInterface editor)
 {
     this.editor = editor;  this.RelationRelation1 = new RelationRelation1(editor, this);
 }
Esempio n. 7
0
 public RelationClassToTable(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationCreateProjectStructureLink(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 9
0
 public RelationCreateDecompositionLink(IMetaModelInterface editor, TransformationEA2FMEA transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Esempio n. 10
0
 public RelationRelation1(IMetaModelInterface editor, TransformationDemo1 transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public TransformationEA2FMEA(IMetaModelInterface editor)
 {
     this.editor = editor;
 }
Esempio n. 12
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;
 }
 public RelationPackageToSchema(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }