public interface ObjectHandler
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.RDFNode |
createRDFNode(Object obj)
Parse the object into an RDFNode representation.
|
boolean |
isEmpty(Object obj)
Returns true if the object is considered empty.
|
Object |
parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
Parse the RDF node into an object.
|
com.hp.hpl.jena.rdf.model.RDFNode createRDFNode(Object obj)
obj - The object to representboolean isEmpty(Object obj)
obj - the object that would be passed to createRDFNodeObject parseObject(com.hp.hpl.jena.rdf.model.RDFNode node)
node - The RDFNode to be unparsed.Copyright © 2012-2013 XENEI.com. All Rights Reserved.