org.mindswap.owls.grounding
Interface AtomicGroundingList

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

public interface AtomicGroundingList
extends OWLIndividualList

Author:
Evren Sirin

Method Summary
 AtomicGrounding getGrounding(AtomicProcess process)
           
 AtomicGrounding groundingAt(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

groundingAt

AtomicGrounding groundingAt(int index)

getGrounding

AtomicGrounding getGrounding(AtomicProcess process)


Copyright © 2004 Evren Sirin. All Rights Reserved.