Interface ReferencedListDescriptor

All Superinterfaces:
ListDescriptor
All Known Implementing Classes:
ReferencedListDescriptorImpl, ReferencedListValueDescriptor

public interface ReferencedListDescriptor extends ListDescriptor
Describes storage of a referenced list.

A referenced list consists of nodes representing the list structure and values to which each node points.

  • 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