org.daml.rdf.jena.common
Class DynamicResourceImpl

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
        |
        +--org.daml.rdf.jena.common.DynamicResourceImpl
All Implemented Interfaces:
com.hp.hpl.mesa.rdf.jena.model.RDFNode, com.hp.hpl.mesa.rdf.jena.model.Resource, com.hp.hpl.mesa.rdf.jena.common.ResourceI

public class DynamicResourceImpl
extends com.hp.hpl.mesa.rdf.jena.common.ResourceImpl


Field Summary
static boolean DEBUG
           
 
Fields inherited from class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
id, localName, model, nameSpace, uri
 
Constructor Summary
DynamicResourceImpl()
           
DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.AnonId id)
           
DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.AnonId id, com.hp.hpl.mesa.rdf.jena.model.Model m)
           
DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.Model m)
           
DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.Resource r, com.hp.hpl.mesa.rdf.jena.model.Model m)
           
DynamicResourceImpl(java.lang.String uri)
           
DynamicResourceImpl(java.lang.String uri, com.hp.hpl.mesa.rdf.jena.model.Model m)
           
DynamicResourceImpl(java.lang.String nameSpace, java.lang.String localName)
           
DynamicResourceImpl(java.lang.String nameSpace, java.lang.String localName, com.hp.hpl.mesa.rdf.jena.model.Model m)
           
 
Method Summary
 com.hp.hpl.mesa.rdf.jena.model.StmtIterator listProperties()
           
 com.hp.hpl.mesa.rdf.jena.model.StmtIterator listProperties(com.hp.hpl.mesa.rdf.jena.model.Property p)
           
protected  void maybeLoad()
          load the page containing this URI if it hasn't been loaded already
 com.hp.hpl.mesa.rdf.jena.model.Resource port(com.hp.hpl.mesa.rdf.jena.model.Model m)
           
 
Methods inherited from class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, assignId, begin, commit, equals, getEmbeddedResource, getId, getLocalName, getModel, getNameSpace, getProperty, getURI, hashCode, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, isAnon, removeProperties, splitNameSpace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

DynamicResourceImpl

public DynamicResourceImpl()

DynamicResourceImpl

public DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.AnonId id)

DynamicResourceImpl

public DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.AnonId id,
                           com.hp.hpl.mesa.rdf.jena.model.Model m)

DynamicResourceImpl

public DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.Model m)

DynamicResourceImpl

public DynamicResourceImpl(com.hp.hpl.mesa.rdf.jena.model.Resource r,
                           com.hp.hpl.mesa.rdf.jena.model.Model m)

DynamicResourceImpl

public DynamicResourceImpl(java.lang.String uri)

DynamicResourceImpl

public DynamicResourceImpl(java.lang.String uri,
                           com.hp.hpl.mesa.rdf.jena.model.Model m)

DynamicResourceImpl

public DynamicResourceImpl(java.lang.String nameSpace,
                           java.lang.String localName)

DynamicResourceImpl

public DynamicResourceImpl(java.lang.String nameSpace,
                           java.lang.String localName,
                           com.hp.hpl.mesa.rdf.jena.model.Model m)
Method Detail

maybeLoad

protected void maybeLoad()
                  throws com.hp.hpl.mesa.rdf.jena.model.RDFException
load the page containing this URI if it hasn't been loaded already

com.hp.hpl.mesa.rdf.jena.model.RDFException

listProperties

public com.hp.hpl.mesa.rdf.jena.model.StmtIterator listProperties()
                                                           throws com.hp.hpl.mesa.rdf.jena.model.RDFException
Specified by:
listProperties in interface com.hp.hpl.mesa.rdf.jena.model.Resource
Overrides:
listProperties in class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
com.hp.hpl.mesa.rdf.jena.model.RDFException

listProperties

public com.hp.hpl.mesa.rdf.jena.model.StmtIterator listProperties(com.hp.hpl.mesa.rdf.jena.model.Property p)
                                                           throws com.hp.hpl.mesa.rdf.jena.model.RDFException
Specified by:
listProperties in interface com.hp.hpl.mesa.rdf.jena.model.Resource
Overrides:
listProperties in class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
com.hp.hpl.mesa.rdf.jena.model.RDFException

port

public com.hp.hpl.mesa.rdf.jena.model.Resource port(com.hp.hpl.mesa.rdf.jena.model.Model m)
                                             throws com.hp.hpl.mesa.rdf.jena.model.RDFException
Specified by:
port in interface com.hp.hpl.mesa.rdf.jena.common.ResourceI
Overrides:
port in class com.hp.hpl.mesa.rdf.jena.common.ResourceImpl
com.hp.hpl.mesa.rdf.jena.model.RDFException