| Interface | Description |
|---|---|
| OntologyService | |
| OntologyTripleStore |
An OntologyTripleStore gives access to the underlying triple store of
an ontology implementation, if the implementation supports it.
|
| OntologyTripleStoreListener |
The interface that must be implemented by an OntologyTripleStore listener.
|
| Class | Description |
|---|---|
| AbstractOntologyImpl |
This class provides implementation of most of the methods of Ontology
interface.
|
| AllValuesFromRestrictionImpl | |
| AnnotationPropertyImpl |
Provides an implementation of the AnnotationProperty interface.
|
| AnonymousClassImpl |
Implementation of the AnonymousClass
|
| CardinalityRestrictionImpl | |
| DatatypePropertyImpl |
Implementation of the DatatypeProperty
|
| HasValueRestrictionImpl | |
| LiteralOrONodeIDImpl |
Wrap either a Literal or a ONodeID object.
|
| MaxCardinalityRestrictionImpl | |
| MinCardinalityRestrictionImpl | |
| ObjectPropertyImpl |
Implementation of the ObjectProperty
|
| OBNodeIDImpl | |
| OClassImpl |
Implementation of the OClass interface
|
| OInstanceImpl |
Implementation of the OInstance class.
|
| ONodeIDImpl |
This class implements interface ONodeID and can represent either
blank node or an URI.
|
| OntologyUtilities |
This class provides various Utility methods that can be used to
perform some generic options.
|
| OResourceImpl |
Constructor
|
| OURIImpl | |
| OValueImpl |
Wrap either a Literal or a OResource object
|
| Property | |
| PropertyValue | |
| RDFPropertyImpl |
Implementation of the RDFProperty
|
| ResourceInfo | |
| SomeValuesFromRestrictionImpl | |
| SymmetricPropertyImpl |
Implementation of the SymmetricProperty
|
| TransitivePropertyImpl |
Implementation of the TransitiveProperty
|
| Utils |