Uses of Class
edu.yale.cs.hadoopdb.catalog.xml.Relation

Packages that use Relation
edu.yale.cs.hadoopdb.catalog.xml   
 

Uses of Relation in edu.yale.cs.hadoopdb.catalog.xml
 

Fields in edu.yale.cs.hadoopdb.catalog.xml with type parameters of type Relation
protected  java.util.List<Relation> Node.relations
           
 

Methods in edu.yale.cs.hadoopdb.catalog.xml that return Relation
 Relation ObjectFactory.createRelation()
          Create an instance of Relation
 

Methods in edu.yale.cs.hadoopdb.catalog.xml that return types with arguments of type Relation
 java.util.List<Relation> Node.getRelations()
          Gets the value of the relations property.