org.ontoware.rdf2go.model.impl
Class AbstractStatement

java.lang.Object
  extended by org.ontoware.rdf2go.model.impl.AbstractStatement
All Implemented Interfaces:
java.lang.Comparable<Statement>, Statement, TriplePattern
Direct Known Subclasses:
StatementImpl

public abstract class AbstractStatement
extends java.lang.Object
implements Statement


Constructor Summary
AbstractStatement()
           
 
Method Summary
 int compareTo(Statement o)
           
 void dump(java.lang.String[] options)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean matches(Statement statement)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ontoware.rdf2go.model.Statement
getContext, getObject, getPredicate, getSubject
 

Constructor Detail

AbstractStatement

public AbstractStatement()
Method Detail

dump

public void dump(java.lang.String[] options)
Specified by:
dump in interface Statement

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface Statement
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Statement
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(Statement o)
Specified by:
compareTo in interface java.lang.Comparable<Statement>

matches

public boolean matches(Statement statement)
Specified by:
matches in interface TriplePattern


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.