org.mindswap.owls.process
Interface InputBindingList

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

public interface InputBindingList
extends BindingList

Author:
Evren Sirin

Method Summary
 InputBinding inputBindingAt(int index)
           
 
Methods inherited from interface org.mindswap.owls.process.BindingList
bindingAt, getBindingFor
 
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

inputBindingAt

InputBinding inputBindingAt(int index)


Copyright © 2004 Evren Sirin. All Rights Reserved.