de.hedenus.rdfschema
Interface List

All Superinterfaces:
Resource
All Known Implementing Classes:
ListImpl

public interface List
extends Resource

rdf:List.

Author:
Michael Hedenus

Field Summary
static java.lang.String URI
           
 
Method Summary
 java.util.Iterator iterator()
          Returns an iterator that runs through all members of the list.
 
Methods inherited from interface de.hedenus.rdfschema.Resource
about, getProperties, getProperty, getProperty, getProperty
 

Field Detail

URI

static final java.lang.String URI
See Also:
Constant Field Values
Method Detail

iterator

java.util.Iterator iterator()
Returns an iterator that runs through all members of the list.