org.mindswap.owls.process
Interface InputList

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

public interface InputList
extends ParameterList

Author:
Evren Sirin

Method Summary
 Input inputAt(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

inputAt

Input inputAt(int index)


Copyright © 2004 Evren Sirin. All Rights Reserved.