Interface Ontology

All Superinterfaces:
Changeable
All Known Subinterfaces:
ComparableOntology
All Known Implementing Classes:
IntegerOntology, Ontology.Impl, SimpleComparableOntology

public interface Ontology extends Changeable
An ontology.

This is just a set of Term objects, and a set of Triple objects describing relationships between these terms. This class does not itself contain any reasoning functionality. Ontology is a collection of facts, or axioms.

Since:
1.4
Author:
Thomas Down, Matthew Pocock
See Also: