org.mindswap.owls.process
Interface OutputList

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

public interface OutputList
extends ParameterList

Author:
Evren Sirin

Method Summary
 Output getOutput(java.net.URI outputURI)
           
 Output outputAt(int index)
           
 
Methods inherited from interface org.mindswap.owls.process.ParameterList
getParameter, getParameter, parameterAt
 
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

outputAt

Output outputAt(int index)

getOutput

Output getOutput(java.net.URI outputURI)


Copyright © 2004 Evren Sirin. All Rights Reserved.