Uses of Class
sidnet.core.query.LogicalOp

Packages that use LogicalOp
sidnet.core.query   
 

Uses of LogicalOp in sidnet.core.query
 

Methods in sidnet.core.query that return LogicalOp
 LogicalOp Predicate.getLogicaloperator()
           
static LogicalOp LogicalOp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LogicalOp[] LogicalOp.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in sidnet.core.query with parameters of type LogicalOp
 void WhereClause.addPredicate(LogicalOp logicalOperator, Predicate predicate)
           
 

Constructors in sidnet.core.query with parameters of type LogicalOp
Predicate(PredefinedOperator predefinedOperator, LogicalOp logicalOperator, double numericalOperator)