thewebsemantic
Class Base
java.lang.Object
thewebsemantic.Base
- Direct Known Subclasses:
- Bean2RDF, RDF2Bean
public class Base
- extends java.lang.Object
Field Summary |
protected Jenabean |
binder
|
protected com.hp.hpl.jena.rdf.model.Property |
javaclass
|
protected static java.lang.String |
JAVACLASS
|
protected com.hp.hpl.jena.ontology.OntModel |
m
|
Constructor Summary |
protected |
Base(com.hp.hpl.jena.ontology.OntModel m)
|
Method Summary |
protected boolean |
isBound(java.lang.Object o)
|
protected java.lang.Class<?> |
t(java.beans.PropertyDescriptor propDesc)
|
protected com.hp.hpl.jena.rdf.model.Property |
toRdfProperty(thewebsemantic.PropertyContext ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVACLASS
protected static final java.lang.String JAVACLASS
- See Also:
- Constant Field Values
m
protected com.hp.hpl.jena.ontology.OntModel m
binder
protected Jenabean binder
javaclass
protected com.hp.hpl.jena.rdf.model.Property javaclass
Base
protected Base(com.hp.hpl.jena.ontology.OntModel m)
toRdfProperty
protected com.hp.hpl.jena.rdf.model.Property toRdfProperty(thewebsemantic.PropertyContext ctx)
t
protected java.lang.Class<?> t(java.beans.PropertyDescriptor propDesc)
isBound
protected boolean isBound(java.lang.Object o)