Uses of Interface
edu.stanford.smi.protegex.owl.model.triplestore.Triple

Packages that use Triple
edu.stanford.smi.protegex.owl.jena.protege2jena   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.triplestore   
edu.stanford.smi.protegex.owl.model.triplestore.impl   
edu.stanford.smi.protegex.owl.ui.actions.triple   
edu.stanford.smi.protegex.owl.ui.components.triples   
edu.stanford.smi.protegex.owl.ui.query   
edu.stanford.smi.protegex.owl.ui.results   
 

Uses of Triple in edu.stanford.smi.protegex.owl.jena.protege2jena
 

Methods in edu.stanford.smi.protegex.owl.jena.protege2jena with parameters of type Triple
private  com.hp.hpl.jena.rdf.model.Statement Protege2Jena.createStatement(Triple triple, com.hp.hpl.jena.rdf.model.Model model)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return Triple
 Triple OWLModel.createTriple(RDFResource subject, RDFProperty predicate, Object object)
          Creates a new Triple.
 

Uses of Triple in edu.stanford.smi.protegex.owl.model.impl
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return Triple
 Triple AbstractOWLModel.createTriple(RDFResource subject, RDFProperty predicate, Object object)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.model.triplestore
 

Methods in edu.stanford.smi.protegex.owl.model.triplestore that return Triple
 Triple TriplePath.getFirstTriple()
           
 Triple TriplePath.getLastTriple()
           
 

Methods in edu.stanford.smi.protegex.owl.model.triplestore with parameters of type Triple
static void TripleStoreUtil.replaceTriple(Triple oldTriple, Triple newTriple)
           
 void TripleStore.add(Triple triple)
           
 boolean TripleStore.contains(Triple triple)
           
 void TripleStore.remove(Triple triple)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.model.triplestore.impl
 

Classes in edu.stanford.smi.protegex.owl.model.triplestore.impl that implement Triple
 class DefaultTriple
           
 

Methods in edu.stanford.smi.protegex.owl.model.triplestore.impl with parameters of type Triple
 void AbstractTripleStore.add(Triple triple)
           
 boolean AbstractTripleStore.contains(Triple triple)
           
 void AbstractTripleStore.remove(Triple triple)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.ui.actions.triple
 

Fields in edu.stanford.smi.protegex.owl.ui.actions.triple declared as Triple
private  Triple TripleActionSwingAction.triple
           
 

Methods in edu.stanford.smi.protegex.owl.ui.actions.triple with parameters of type Triple
static void TripleActionManager.addTripleActionsToMenu(Triple triple, TripleActionManager.Adder adder)
           
 boolean TripleAction.isSuitable(Triple triple)
          Tests if this action can be applied to a given Triple.
 void TripleAction.run(Triple triple)
          Performs the action to a given Triple.
 boolean DeleteTripleAction.isSuitable(Triple triple)
           
 void DeleteTripleAction.run(Triple triple)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.actions.triple with parameters of type Triple
TripleActionSwingAction(TripleAction tripleAction, Triple triple)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.ui.components.triples
 

Methods in edu.stanford.smi.protegex.owl.ui.components.triples with parameters of type Triple
 boolean TriplesTable.displayTriple(Triple triple)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.ui.query
 

Methods in edu.stanford.smi.protegex.owl.ui.query with parameters of type Triple
 boolean QueryTripleAction.isSuitable(Triple triple)
           
 void QueryTripleAction.run(Triple triple)
           
 

Uses of Triple in edu.stanford.smi.protegex.owl.ui.results
 

Methods in edu.stanford.smi.protegex.owl.ui.results with parameters of type Triple
static TripleDisplay ResultsPanelManager.showTriple(Triple triple)
           
 boolean TripleDisplay.displayTriple(Triple triple)
          Attempts to display a given triple.
 void ResultsPanel.showTriple(Triple triple)
           
static TripleDisplay TripleDisplayUtil.displayTriple(Component comp, Triple triple)
          Does a simple depth-first traversal into the component tree and asks all of them whether they can display a given Triple, until one of them says Yes.