org.objectweb.medor.query.lib
Class Intersection
- Cloneable, Cloneable, FilteredQueryTree, QueryNode, QueryTree, TupleStructure
public class Intersection
- Sebastien Chassande-Barrioz
Object | clone(Object clone, Map obj2clone)
|
Expression | getQueryFilter() - Retrieves the filter associated to the QueryTree.
|
short | getType()
|
void | setQueryFilter(Expression f) - The setQueryFilter method will be overwritten for implementations
which do not support the operation.
|
addCalculatedField , addChild , addField , addPropagatedField , clone , getChildren , getFieldName , getQueryFilter , getTupleLoader , getType , isOuter , removeField , replace , setOuter , setQueryFilter , setTupleLoader , updateCalculatedField , updateChildren , updatePropagatedField |
Intersection
public Intersection()
clone
public Object clone(Object clone,
Map obj2clone)
throws CloneNotSupportedException
- clone in interface BasicQueryNode
getQueryFilter
public Expression getQueryFilter()
Retrieves the filter associated to the QueryTree. This filter is
represented by an Expression.
- getQueryFilter in interface FilteredQueryTree
- getQueryFilter in interface BasicQueryNode
- the query filter Expression associated to the QueryNode.
Expression
setQueryFilter
public void setQueryFilter(Expression f)
The setQueryFilter method will be overwritten for implementations
which do not support the operation.
- setQueryFilter in interface FilteredQueryTree
- setQueryFilter in interface BasicQueryNode