Uses of Interface
org.objectweb.medor.query.api.NestedField

Packages that use NestedField
org.objectweb.medor.query.api   
org.objectweb.medor.query.lib   
 

Uses of NestedField in org.objectweb.medor.query.api
 

Methods in org.objectweb.medor.query.api that return NestedField
 NestedField UnnestQueryNode.getUnnestedField()
          It give the field wich will be de-grouped.
 NestedField NestQueryNode.replaceNestedField(java.lang.String name, Field[] anc)
          Creates and adds a NestedField to the TupleStructure of the QueryNode.
 NestedField NestQueryNode.getNestedField()
          Gives the new NestedField
 

Uses of NestedField in org.objectweb.medor.query.lib
 

Classes in org.objectweb.medor.query.lib that implement NestedField
 class BasicNestedField
          This class represents a TupleCollection Field.
 

Fields in org.objectweb.medor.query.lib declared as NestedField
protected  NestedField Nest.nestedField
           
protected  NestedField Unnest.unnestedField
          It lists the fields which have been grouped.
 

Methods in org.objectweb.medor.query.lib that return NestedField
 NestedField Nest.replaceNestedField(java.lang.String name, Field[] grouped)
          Creates and adds a NestedField to the TupleStructure of the QueryNode.
 NestedField Nest.getNestedField()
           
 NestedField Unnest.getUnnestedField()