Beispiel #1
0
 public RelationAssocToFKey(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Beispiel #2
0
 public RelationClassToTable(IMetaModelInterface editor, TransformationumlToRdbms transformation)
 {
     this.editor = editor; this.transformation = transformation;
 }
Beispiel #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;
 }