org.openanzo.glitter.rdf
Interface TriplePatternComponent

All Known Subinterfaces:
IRdbTerm, RDFTerm
All Known Implementing Classes:
BlankNode, BlankNodeManager.BlankNode, IRIReference, IRIReference, Literal, Literal, PlainLiteral, TypedLiteral, Variable

public interface TriplePatternComponent

A TriplePatternComponent is either an RDFTerm or a Variable.

Author:
lee

Method Summary
 int compareTo(TriplePatternComponent other)
          Compares to TriplePatternComponents for ordering.
 boolean equals(java.lang.Object other)
           
 

Method Detail

equals

boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

compareTo

int compareTo(TriplePatternComponent other)
Compares to TriplePatternComponents for ordering.

Parameters:
other -
Returns:
-1 if this comes before other; 0 if equals(Object) is true, and 1 otherwise.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.