org.openrdf.elmo.dynabean.helpers
Interface OntologyDigester
- All Known Implementing Classes:
- DynaClassInfo
public interface OntologyDigester
Used by SesameDynaClassFactory and SesameDynaClass to load the rdfs/owl
schema from the repository.
- Author:
- James Leigh
getPredicates
Collection<URI> getPredicates()
addPredicate
void addPredicate(URI pred)
setFunctional
void setFunctional(URI pred,
boolean functional)
getRdfTypes
List<URI> getRdfTypes(URI pred)
setRdfTypes
void setRdfTypes(URI pred,
List<URI> rdfTypes)
addRdfType
void addRdfType(URI pred,
URI rdfType)
setIndexed
void setIndexed(URI pred)
setMapped
void setMapped(URI pred)
end
void end()
Copyright © 2004-2008 Aduna. All Rights Reserved.