de.fuberlin.wiwiss.ng4j.impl
Class NamedGraphResourceImpl

java.lang.Object
  extended by com.hp.hpl.jena.enhanced.Polymorphic
      extended by com.hp.hpl.jena.enhanced.EnhNode
          extended by com.hp.hpl.jena.rdf.model.impl.ResourceImpl
              extended by de.fuberlin.wiwiss.ng4j.impl.NamedGraphResourceImpl
All Implemented Interfaces:
FrontsNode, RDFNode, Resource, NamedGraphResource

public class NamedGraphResourceImpl
extends com.hp.hpl.jena.rdf.model.impl.ResourceImpl
implements NamedGraphResource

Author:
Jesper Zedlitz <jesper@zedlitz.de>

Field Summary
 
Fields inherited from class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
factory, rdfNodeFactory
 
Fields inherited from class com.hp.hpl.jena.enhanced.EnhNode
enhGraph, node
 
Constructor Summary
NamedGraphResourceImpl(Resource resource, NamedGraphModel model)
           
 
Method Summary
 StmtIterator listProperties()
           
 StmtIterator listProperties(Property p)
           
 
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, getId, getLocalName, getModel, getModelCom, getNameSpace, getNode, getProperty, getRequiredProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, mustHaveModel, removeAll, removeProperties, toString, visitWith
 
Methods inherited from class com.hp.hpl.jena.enhanced.EnhNode
as, asNode, canAs, canSupport, convertTo, equals, getGraph, getPersonality, hashCode, isAnon, isLiteral, isResource, isURIResource, isValid, viewAs
 
Methods inherited from class com.hp.hpl.jena.enhanced.Polymorphic
addView, already, alreadyHasView, asInternal, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource
abort, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getModel, getNameSpace, getNode, getProperty, getRequiredProperty, getURI, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, removeAll, removeProperties, toString
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode
as, canAs, inModel, isAnon, isLiteral, isResource, isURIResource, visitWith
 
Methods inherited from interface com.hp.hpl.jena.graph.FrontsNode
asNode
 

Constructor Detail

NamedGraphResourceImpl

public NamedGraphResourceImpl(Resource resource,
                              NamedGraphModel model)
Method Detail

listProperties

public StmtIterator listProperties()
Specified by:
listProperties in interface Resource
Overrides:
listProperties in class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
See Also:
ResourceImpl.listProperties()

listProperties

public StmtIterator listProperties(Property p)
Specified by:
listProperties in interface Resource
Overrides:
listProperties in class com.hp.hpl.jena.rdf.model.impl.ResourceImpl
See Also:
ResourceImpl.listProperties(com.hp.hpl.jena.rdf.model.Property)