Uses of Interface
uk.ac.gla.dcs.renaissance.iqir.query.Operator

Packages that use Operator
uk.ac.gla.dcs.renaissance.iqir.parser   
uk.ac.gla.dcs.renaissance.iqir.query   
 

Uses of Operator in uk.ac.gla.dcs.renaissance.iqir.parser
 

Methods in uk.ac.gla.dcs.renaissance.iqir.parser that return Operator
 Operator IQIRParser.expr()
          Expression
expr: operators (("+" | "-") operators)*
 Operator IQIRParser.operator()
           operator ::= ( ( LBRACKET operators RBRACKET ) | ( LPAREN expr RPAREN ) | ( QUOTES multiterms QUOTES ) )
 

Methods in uk.ac.gla.dcs.renaissance.iqir.parser that return types with arguments of type Operator
 List<Operator> IQIRParser.tensors()
          tensor: either {} ops or
 

Uses of Operator in uk.ac.gla.dcs.renaissance.iqir.query
 

Classes in uk.ac.gla.dcs.renaissance.iqir.query that implement Operator
 class Mixture
          Represents a mixture
 class MultiTermOperator
           
 class Projection
          Projects a density into a fuzzy subspace
 class RFOperator
          An operator based on relevance feedback data.
 class TermOperator
          A term operator.
 

Methods in uk.ac.gla.dcs.renaissance.iqir.query that return Operator
 Operator TermOperator.copy()
           
 Operator RFOperator.copy()
           
 Operator Projection.copy()
           
 Operator Operator.copy()
          Deep copy of this operator
 Operator MultiTermOperator.copy()
           
 Operator Projection.getOperator()
           
 Operator Projection.getSubspace()
           
 Operator TermOperator.simplify()
           
 Operator RFOperator.simplify()
           
 Operator Projection.simplify()
           
 Operator Operator.simplify()
          Simplify this operator (calls simplify recursively).
 Operator MultiTermOperator.simplify()
           
 Operator Mixture.simplify()
           
 Operator OperatorTransformer.transform(Operator parent, Operator operator)
           
 

Methods in uk.ac.gla.dcs.renaissance.iqir.query that return types with arguments of type Operator
 ArrayList<Operator> TopicOperator.getOperators()
           
 Iterable<Operator> TermOperator.getSubOperators()
           
 Iterable<Operator> RFOperator.getSubOperators()
           
 Iterable<Operator> Projection.getSubOperators()
           
 Iterable<Operator> Operator.getSubOperators()
          Get all the suboperators (used to process recursively all the nodes of a query).
 Iterable<Operator> MultiTermOperator.getSubOperators()
           
 Iterable<Operator> Mixture.getSubOperators()
           
 

Methods in uk.ac.gla.dcs.renaissance.iqir.query with parameters of type Operator
 void TopicOperator.add(Operator t)
           
 void Mixture.add(Operator operator)
           
 void Projection.setOperator(Operator operator)
           
 void Projection.setSubspace(Operator subspace)
           
 Operator OperatorTransformer.transform(Operator parent, Operator operator)
           
 

Method parameters in uk.ac.gla.dcs.renaissance.iqir.query with type arguments of type Operator
 void TopicOperator.addAll(Collection<? extends Operator> t)
           
 

Constructors in uk.ac.gla.dcs.renaissance.iqir.query with parameters of type Operator
Projection(Operator operator, Operator subspace, boolean orthogonal)
           
 



Copyright © 2011. All Rights Reserved.