de.hedenus.rdfschema
Class ListImpl

java.lang.Object
  extended by de.hedenus.rdfschema.ResourceImpl
      extended by de.hedenus.rdfschema.ListImpl
All Implemented Interfaces:
List, Resource

public class ListImpl
extends ResourceImpl
implements List

Implementation of rdf:List.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from interface de.hedenus.rdfschema.List
URI
 
Constructor Summary
ListImpl()
           
 
Method Summary
 java.util.Iterator iterator()
          Returns an iterator that runs through all members of the list.
 
Methods inherited from class de.hedenus.rdfschema.ResourceImpl
about, binding, getProperties, getProperty, getProperty, getProperty, init, node, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.hedenus.rdfschema.Resource
about, getProperties, getProperty, getProperty, getProperty
 

Constructor Detail

ListImpl

public ListImpl()
Method Detail

iterator

public java.util.Iterator iterator()
Description copied from interface: List
Returns an iterator that runs through all members of the list.

Specified by:
iterator in interface List