org.mindswap.owls.process
Interface OutputBindingList

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

public interface OutputBindingList
extends BindingList

Author:
Evren Sirin

Method Summary
 OutputBinding outputBindingAt(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

outputBindingAt

OutputBinding outputBindingAt(int index)


Copyright © 2004 Evren Sirin. All Rights Reserved.