Uses of Interface
org.objectweb.medor.api.Cloneable

Packages that use Cloneable
org.objectweb.medor.api   
org.objectweb.medor.filter.rdb.api   
org.objectweb.medor.filter.rdb.lib   
org.objectweb.medor.lib   
org.objectweb.medor.query.api   
org.objectweb.medor.query.lib   
org.objectweb.medor.query.rdb.api   
org.objectweb.medor.query.rdb.lib   
 

Uses of Cloneable in org.objectweb.medor.api
 

Subinterfaces of Cloneable in org.objectweb.medor.api
 interface Field
          A Field is one of the components of a TupleStructure.
 interface MultivaluedField
          MultivaluedField is an extension of a Field which can have multiple values.
 interface TupleStructure
          A TupleStructure is the basic data structure manipulated when expressing, optimizing and evaluating MEDOR queries.
 

Uses of Cloneable in org.objectweb.medor.filter.rdb.api
 

Subinterfaces of Cloneable in org.objectweb.medor.filter.rdb.api
 interface RdbFieldOperand
          An RdbFieldOperand is used to represent part of an sql Expression for a RdbQueryLeaf, as a Medor Expression.
 

Uses of Cloneable in org.objectweb.medor.filter.rdb.lib
 

Classes in org.objectweb.medor.filter.rdb.lib that implement Cloneable
 class BasicRdbFieldOperand
           
 

Uses of Cloneable in org.objectweb.medor.lib
 

Classes in org.objectweb.medor.lib that implement Cloneable
 class BasicField
           
 class BasicMultivaluedField
           
 class BasicTupleStructure
           
 

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

Subinterfaces of Cloneable in org.objectweb.medor.query.api
 interface CalculatedField
           
 interface NestedField
           
 interface PropagatedField
          A PropagatedField is a Field that takes its value from Fields of the children query trees (called previous fields).
 interface PropagFromNestedField
          This field is a propagated field for which the ancestor (not directly) is a nested field.
 interface QueryTreeField
          Defines a medor field attached to a QueryTree.
 

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

Classes in org.objectweb.medor.query.lib that implement Cloneable
 class BasicCalculatedField
           
 class BasicNestedField
          This class represents a TupleCollection Field.
 class BasicPropagatedField
           
 class BasicPropagFromNestedField
           
 class BasicQueryNode
          A BasicQueryNode is an implementation of QueryNode.
 class BasicQueryTree
          A BasicQueryNode is an implementation of QueryNode.
 class BasicQueryTreeField
           
 class Cartesian
           
 class Intersection
           
 class JoinProject
           
 class MedorTCQueryLeaf
          A TupleCollection is one of the DataStore that is queryable by Medor.
 class Nest
           
 class Project
           
 class SelectProject
           
 class Union
           
 class Unnest
           
 

Uses of Cloneable in org.objectweb.medor.query.rdb.api
 

Subinterfaces of Cloneable in org.objectweb.medor.query.rdb.api
 interface RdbExpField
          An RdbExpField is a particular type of RdbField, which is associated to an RdbExpQueryLeaf, and which refers to a QualifiedTable.
 interface RdbField
          An RdbField represents a QueryTreeField which is associated to an RdbQueryLeaf.
 

Uses of Cloneable in org.objectweb.medor.query.rdb.lib
 

Classes in org.objectweb.medor.query.rdb.lib that implement Cloneable
 class AggregateRdbQueryNode
          This class represents a QueryLeaf which contains aggregate functions.
 class BasicRdbExpField
           
 class BasicRdbExpQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.
 class BasicRdbField
           
 class BasicRdbQueryLeaf
           
 class BasicRdbStringQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.