org.mindswap.owl
Interface OWLDataValueList

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

public interface OWLDataValueList
extends java.util.List

Author:
Evren Sirin

Method Summary
 OWLDataValue valueAt(int index)
           
 
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

valueAt

OWLDataValue valueAt(int index)


Copyright © 2004 Evren Sirin. All Rights Reserved.