Package edu.stanford.smi.protegex.owl.model.triplestore

Interface Summary
Triple A triple in an OWLModel or RDF graph.
TripleDescriptor A common base interface for Triple and TriplePath, for methods that take either as argument.
TripleStore An interface for low-level access to the single triples in an OWLModel.
TripleStoreModel The TripleStoreModel is an access layer on top of the normal OWLModel.
TripleWriter An interface for objects that can write Triples into a file or other stream.
Tuple A subject/predicate pair.
 

Class Summary
DelegatingTripleWriter A TripleWriter that forwards all calls into a delegate TripleWriter.
TriplePath A chain of Triples, so that the object of one Triple is the subject of the next.
TripleStoreFilterTripleWriter A DelegatingTripleWriter that only writes those triples that are also in a given TripleStore.
TripleStoreUtil  
TripleWriterUtil