public class AllNamedIndividualsIterator extends Object implements Iterator<Individual>
Title: All Named Individuals Iterator
Description: Iterates over all named individuals in the abox,
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor and Description |
|---|
AllNamedIndividualsIterator(ABox abox) |
public AllNamedIndividualsIterator(ABox abox)
public boolean hasNext()
hasNext in interface Iterator<Individual>public Individual next()
next in interface Iterator<Individual>public void remove()
remove in interface Iterator<Individual>Copyright © 2013. All Rights Reserved.