com.hp.hpl.jena.graph
Class TripleMatchIterator

java.lang.Object
  extended bycom.hp.hpl.jena.util.iterator.NiceIterator
      extended bycom.hp.hpl.jena.util.iterator.WrappedIterator
          extended bycom.hp.hpl.jena.util.iterator.FilterIterator
              extended bycom.hp.hpl.jena.graph.TripleMatchIterator
All Implemented Interfaces:
ClosableIterator, ExtendedIterator, java.util.Iterator

public class TripleMatchIterator
extends FilterIterator
implements ExtendedIterator

An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete.

Author:
bwm, kers

Constructor Summary
TripleMatchIterator(Triple m, java.util.Iterator iter)
           
 
Methods inherited from class com.hp.hpl.jena.util.iterator.FilterIterator
hasNext, next, remove
 
Methods inherited from class com.hp.hpl.jena.util.iterator.WrappedIterator
close, close, create
 
Methods inherited from class com.hp.hpl.jena.util.iterator.NiceIterator
andThen, andThen, filterDrop, filterKeep, mapWith
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ExtendedIterator
andThen, filterDrop, filterKeep, mapWith
 
Methods inherited from interface com.hp.hpl.jena.util.iterator.ClosableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

TripleMatchIterator

public TripleMatchIterator(Triple m,
                           java.util.Iterator iter)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.