de.hedenus.rdfschema
Class ContainerImpl

java.lang.Object
  extended by de.hedenus.rdfschema.ResourceImpl
      extended by de.hedenus.rdfschema.ContainerImpl
All Implemented Interfaces:
Container, Resource
Direct Known Subclasses:
AltImpl, BagImpl, SeqImpl

public abstract class ContainerImpl
extends ResourceImpl
implements Container

Implementation of rdfs:Container.

Author:
Michael Hedenus

Field Summary
 
Fields inherited from interface de.hedenus.rdfschema.Container
URI
 
Constructor Summary
ContainerImpl()
           
 
Method Summary
 Resource li(int n)
           
 java.lang.Object li(int n, java.lang.String datatypeURI)
           
 java.util.List toList()
           
 java.util.List toList(java.lang.String datatypeURI)
           
 
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

ContainerImpl

public ContainerImpl()
Method Detail

li

public Resource li(int n)
Specified by:
li in interface Container

li

public java.lang.Object li(int n,
                           java.lang.String datatypeURI)
Specified by:
li in interface Container

toList

public java.util.List toList()
Specified by:
toList in interface Container

toList

public java.util.List toList(java.lang.String datatypeURI)
Specified by:
toList in interface Container