com.clarkparsia.pellet.rules
Class AllNamedIndividualsIterator
java.lang.Object
com.clarkparsia.pellet.rules.AllNamedIndividualsIterator
- All Implemented Interfaces:
- java.util.Iterator<Individual>
public class AllNamedIndividualsIterator
- extends java.lang.Object
- implements java.util.Iterator<Individual>
Title: All Named Individuals Iterator
Description: Iterates over all named individuals in the abox,
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
- Author:
- Ron Alford
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllNamedIndividualsIterator
public AllNamedIndividualsIterator(ABox abox)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface java.util.Iterator<Individual>
next
public Individual next()
- Specified by:
next
in interface java.util.Iterator<Individual>
remove
public void remove()
- Specified by:
remove
in interface java.util.Iterator<Individual>
Copyright © 2004 Evren Sirin. All Rights Reserved.