Uses of Interface
edu.stanford.smi.protegex.owl.model.OWLAllDifferent

Packages that use OWLAllDifferent
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.visitor   
edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLAllDifferent
 OWLAllDifferent OWLModel.createOWLAllDifferent()
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLAllDifferent
 class DefaultOWLAllDifferent
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLAllDifferent
 OWLAllDifferent AbstractOWLModel.createOWLAllDifferent()
           
 

Uses of OWLAllDifferent in edu.stanford.smi.protegex.owl.model.visitor
 

Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLAllDifferent
 void OWLModelVisitor.visitOWLAllDifferent(OWLAllDifferent owlAllDifferent)
           
 void OWLModelVisitorAdapter.visitOWLAllDifferent(OWLAllDifferent owlAllDifferent)
           
 

Uses of OWLAllDifferent in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent
 

Fields in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent declared as OWLAllDifferent
private  OWLAllDifferent AllDifferentEditorPanel.currentOWLAllDifferent
           
 

Methods in edu.stanford.smi.protegex.owl.ui.metadatatab.alldifferent with parameters of type OWLAllDifferent
(package private)  void AllDifferentEditorPanel.setSelectedAllDifferentInstance(OWLAllDifferent OWLAllDifferent)
           
 

Uses of OWLAllDifferent in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer
 

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLAllDifferent
 void RDFResourceRenderer.visitOWLAllDifferent(OWLAllDifferent owlAllDifferent)
          Renders and instance of owl:AllDifferent, as an rdf collection (rdf:parseType="Collection") of the distinct members.