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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return RelationalTable
 RelationalTable DataFactory.createRelationalTable()
          Returns a new object of class 'Relational Table'.
 

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

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