net.ontopia.topicmaps.utils.rdf
Class AResourceWrapper
java.lang.Object
net.ontopia.topicmaps.utils.rdf.AResourceWrapper
- All Implemented Interfaces:
- com.hp.hpl.jena.rdf.arp.AResource
public class AResourceWrapper
- extends Object
- implements com.hp.hpl.jena.rdf.arp.AResource
INTERNAL: This class is used to wrap Jena Resource objects in the
ARP AResource interface so that they can be streamed through the ARP
StatementHandler interface without requiring new objects to be
created.
|
Field Summary |
com.hp.hpl.jena.rdf.model.Resource |
resource
|
resource
public com.hp.hpl.jena.rdf.model.Resource resource
AResourceWrapper
public AResourceWrapper()
isAnonymous
public boolean isAnonymous()
- Specified by:
isAnonymous in interface com.hp.hpl.jena.rdf.arp.AResource
getAnonymousID
public String getAnonymousID()
- Specified by:
getAnonymousID in interface com.hp.hpl.jena.rdf.arp.AResource
getURI
public String getURI()
- Specified by:
getURI in interface com.hp.hpl.jena.rdf.arp.AResource
getUserData
public Object getUserData()
- Specified by:
getUserData in interface com.hp.hpl.jena.rdf.arp.AResource
setUserData
public void setUserData(Object d)
- Specified by:
setUserData in interface com.hp.hpl.jena.rdf.arp.AResource
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
hasNodeID
public boolean hasNodeID()
- Specified by:
hasNodeID in interface com.hp.hpl.jena.rdf.arp.AResource
Copyright © 2000-2012 Ontopia.