com.clarkparsia.pellet.rules
Class AllNamedIndividualsIterator

java.lang.Object
  extended by 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

Constructor Summary
AllNamedIndividualsIterator(ABox abox)
           
 
Method Summary
 boolean hasNext()
           
 Individual next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllNamedIndividualsIterator

public AllNamedIndividualsIterator(ABox abox)
Method Detail

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.