org.mindswap.owls.process
Interface BindingList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List, OWLIndividualList
All Known Subinterfaces:
InputBindingList, OutputBindingList

public interface BindingList
extends OWLIndividualList

Author:
Evren Sirin

Method Summary
 Binding bindingAt(int index)
           
 Binding getBindingFor(Parameter param)
           
 
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

bindingAt

Binding bindingAt(int index)

getBindingFor

Binding getBindingFor(Parameter param)


Copyright © 2004 Evren Sirin. All Rights Reserved.