public RelationAssocToFKey(IMetaModelInterface editor, TransformationumlToRdbms transformation) { this.editor = editor; this.transformation = transformation; }
public RelationClassToTable(IMetaModelInterface editor, TransformationumlToRdbms transformation) { this.editor = editor; this.transformation = transformation; }
public RelationSuperAttributeToColumn(IMetaModelInterface editor, TransformationumlToRdbms transformation) { this.editor = editor; this.transformation = transformation; }
public RelationPackageToSchema(IMetaModelInterface editor, TransformationumlToRdbms transformation) { this.editor = editor; this.transformation = transformation; }