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 getOwlsFirst()
          The first item in the subject RDF list.
 Object getOwlsRest()
          The rest of the subject RDF list after the first item.
 void setOwlsFirst(Object value)
          The first item in the subject RDF list.
 void setOwlsRest(Object value)
          The rest of the subject RDF list after the first item.
 

Method Detail

getOwlsFirst

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


setOwlsFirst

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


getOwlsRest

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


setOwlsRest

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



Copyright © 2004-2008 Aduna. All Rights Reserved.