Exemple #1
0
 public RelationAssocToFKey(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Exemple #2
0
 public RelationClassToTable(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Exemple #3
0
 public RelationSuperAttributeToColumn(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
 public RelationPackageToSchema(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }