no.sesat.search.query
Interface BinaryClause

All Superinterfaces:
Clause, Serializable, UnaryClause, no.sesat.commons.visitor.Visitable
All Known Subinterfaces:
AndClause, DefaultOperatorClause, OrClause, XorClause
All Known Implementing Classes:
AndClauseImpl, DefaultOperatorClauseImpl, OrClauseImpl, XorClauseImpl

public interface BinaryClause
extends UnaryClause

An operation clause. A join between two other clauses.

Version:
$Id: OperationClause.java 3359 2006-08-03 08:13:22Z mickw $

Method Summary
 Clause getSecondClause()
          Get the second clause.
 
Methods inherited from interface no.sesat.search.query.UnaryClause
getFirstClause
 
Methods inherited from interface no.sesat.search.query.Clause
getKnownPredicates, getPossiblePredicates, getTerm
 
Methods inherited from interface no.sesat.commons.visitor.Visitable
accept
 

Method Detail

getSecondClause

Clause getSecondClause()
Get the second clause.

Returns:
the second clause.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.