org.jrdf.graph.global
Class AbstractGlobalizedGraph
java.lang.Object
org.jrdf.graph.global.AbstractGlobalizedGraph
- All Implemented Interfaces:
- GlobalizedGraph
- Direct Known Subclasses:
- GlobalizedGraphImpl
public abstract class AbstractGlobalizedGraph
- extends Object
- implements GlobalizedGraph
Methods inherited from interface org.jrdf.graph.global.GlobalizedGraph |
add, clear, close, contains, contains, contains, find, getMolecule, getMoleculeIteratorFactory, getNumberOfMolecules, getNumberOfTriples, isEmpty, remove |
indexes
protected transient MoleculeIndex[] indexes
- Collection of the 3 indexes.
iteratorFactory
protected MoleculeIteratorFactory iteratorFactory
- Factory for managing the creation of various iterators.
tripleComparator
protected final TripleComparator tripleComparator
AbstractGlobalizedGraph
public AbstractGlobalizedGraph(MoleculeIndex[] newIndexes,
MoleculeIteratorFactory newIteratorFactory,
TripleComparator newTripleComparator)
init
protected void init()
findValue
protected ClosableIterator<Molecule> findValue(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
containsValue
protected boolean containsValue(SubjectNode subject,
PredicateNode predicate,
ObjectNode object)
toString
public String toString()
- Overrides:
toString
in class Object