Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.DataResource

Packages that use DataResource
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of DataResource in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of DataResource in org.eclipse.gmt.modisco.omg.kdm.data
 interface Catalog
          A representation of the model object 'Catalog'.
 interface ColumnSet
          A representation of the model object 'Column Set'.
 interface DataContainer
          A representation of the model object 'Container'.
 interface DataEvent
          A representation of the model object 'Event'.
 interface DataSegment
          A representation of the model object 'Segment'.
 interface Index
          A representation of the model object 'Index'.
 interface IndexElement
          A representation of the model object 'Index Element'.
 interface RecordFile
          A representation of the model object 'Record File'.
 interface ReferenceKey
          A representation of the model object 'Reference Key'.
 interface RelationalSchema
          A representation of the model object 'Relational Schema'.
 interface RelationalTable
          A representation of the model object 'Relational Table'.
 interface RelationalView
          A representation of the model object 'Relational View'.
 interface UniqueKey
          A representation of the model object 'Unique Key'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return DataResource
 DataResource DataFactory.createDataResource()
          Returns a new object of class 'Resource'.
 

Uses of DataResource in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type DataResource
 T DataSwitch.caseDataResource(DataResource object)
          Returns the result of interpreting the object as an instance of 'Resource'.