Class SimpleListDescriptorImpl

java.lang.Object
cz.cvut.kbss.ontodriver.descriptor.SimpleListDescriptorImpl
All Implemented Interfaces:
ListDescriptor, SimpleListDescriptor
Direct Known Subclasses:
SimpleListValueDescriptor

public class SimpleListDescriptorImpl extends Object implements SimpleListDescriptor
Describes a simple sequence.

Simple lists are classic Lisp-style lists (singly-linked lists), where each node is a subject for axiom referencing the next node.

  • Field Details

  • Constructor Details

  • Method Details