Interface ListValueDescriptor<T>
- Type Parameters:
T
- Value type
- All Superinterfaces:
ListDescriptor
- All Known Implementing Classes:
ReferencedListValueDescriptor
,SimpleListValueDescriptor
Descriptor of list values.
-
Method Summary
Methods inherited from interface cz.cvut.kbss.ontodriver.descriptor.ListDescriptor
getContext, getListOwner, getListProperty, getNextNode, setContext
-
Method Details
-
getValues
Gets values from the list described by this descriptor.- Returns:
- List of value identifiers
-
addValue
Adds value to this list descriptor.- Parameters:
elem
- The value to add, i.e. identifier of the list element
-