public class UriHandler extends Object implements ObjectHandler
| Constructor and Description |
|---|
UriHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
createRDFNode(Object obj)
Convert the object as a string to an RDFNode.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty(Object obj)
Returns true if the object is considered empty.
|
Object |
parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
Return the URI string for the RDFnode
|
String |
toString() |
public com.hp.hpl.jena.rdf.model.RDFNode createRDFNode(Object obj)
createRDFNode in interface ObjectHandlerobj - The object to convertpublic boolean isEmpty(Object obj)
ObjectHandlerisEmpty in interface ObjectHandlerobj - the object that would be passed to createRDFNodepublic Object parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
parseObject in interface ObjectHandlernode - the RDFNodeException - if the node is not a Resource.Copyright © 2012-2013 XENEI.com. All Rights Reserved.