Class ReferencedListDescriptorImpl

java.lang.Object
cz.cvut.kbss.ontodriver.descriptor.ReferencedListDescriptorImpl
All Implemented Interfaces:
ListDescriptor, ReferencedListDescriptor
Direct Known Subclasses:
ReferencedListValueDescriptor

public class ReferencedListDescriptorImpl extends Object implements ReferencedListDescriptor
Represents singly-linked referenced list.

In referenced list each node has content linked to it by a separate property. In addition, each node points to its successor in the sequence. The last node may point to rdf:nil or it may just lack a successor.