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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Individual |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic 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 © 2019. All rights reserved.