org.mindswap.owls.process
Interface ProcessList

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

public interface ProcessList
extends OWLIndividualList

Author:
Evren Sirin

Method Summary
 Process getProcess(java.net.URI processURI)
           
 Process processAt(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

processAt

Process processAt(int index)

getProcess

Process getProcess(java.net.URI processURI)


Copyright © 2004 Evren Sirin. All Rights Reserved.