org.openrdf.repository.object.compiler
Class RDFList

java.lang.Object
  extended by org.openrdf.repository.object.compiler.RDFList

public class RDFList
extends java.lang.Object

Utility class for working with rdf:List in a Model.

Author:
James Leigh

Constructor Summary
RDFList(Model model, Resource start)
           
RDFList(RDFDataSource triples, Resource start)
           
 
Method Summary
 void addAllOthers(RDFList list)
           
 java.util.List<? extends Value> asList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFList

public RDFList(Model model,
               Resource start)

RDFList

public RDFList(RDFDataSource triples,
               Resource start)
Method Detail

asList

public java.util.List<? extends Value> asList()

addAllOthers

public void addAllOthers(RDFList list)


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.