org.openrdf.concepts.owls.objectlist
Interface List

All Known Subinterfaces:
AtomList

public interface List

This is intended to provide an OWL-DL compatible version of rdf:List


Method Summary
 Object getObjectlistFirst()
          The first item in the subject RDF list.
 Object getObjectlistRest()
          The rest of the subject RDF list after the first item.
 void setObjectlistFirst(Object value)
          The first item in the subject RDF list.
 void setObjectlistRest(Object value)
          The rest of the subject RDF list after the first item.
 

Method Detail

getObjectlistFirst

Object getObjectlistFirst()
The first item in the subject RDF list.


setObjectlistFirst

void setObjectlistFirst(Object value)
The first item in the subject RDF list.


getObjectlistRest

Object getObjectlistRest()
The rest of the subject RDF list after the first item.


setObjectlistRest

void setObjectlistRest(Object value)
The rest of the subject RDF list after the first item.



Copyright © 2004-2007. All Rights Reserved.