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