Interface ReferencedListDescriptor
- All Superinterfaces:
ListDescriptor
- All Known Implementing Classes:
ReferencedListDescriptorImpl
,ReferencedListValueDescriptor
Describes storage of a referenced list.
A referenced list consists of nodes representing the list structure and values to which each node points.
-
Method Summary
Modifier and TypeMethodDescriptionGets the property assertion which represents each node's content.boolean
Whether the list is terminated by rdf:nil.Methods inherited from interface cz.cvut.kbss.ontodriver.descriptor.ListDescriptor
getContext, getListOwner, getListProperty, getNextNode, setContext
-
Method Details
-
getNodeContent
Assertion getNodeContent()Gets the property assertion which represents each node's content.- Returns:
- Property assertion
-
isTerminatedByNil
boolean isTerminatedByNil()Whether the list is terminated by rdf:nil.- Returns:
true
if the list is terminated by nil,false
otherwise
-