org.mindswap.owls.process
Interface ResultList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List, OWLIndividualList

public interface ResultList
extends OWLIndividualList

Author:
Evren Sirin

Method Summary
 Result resultAt(int index)
           
 
Methods inherited from interface org.mindswap.owl.OWLIndividualList
getIndividual, getIndividual, individualAt
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

resultAt

Result resultAt(int index)


Copyright © 2004 Evren Sirin. All Rights Reserved.