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

Packages that use OWLQuantifierRestriction
edu.stanford.smi.protegex.owl.inference.dig.translator   
edu.stanford.smi.protegex.owl.jena.creator   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.framestore   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.explorer   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

Uses of OWLQuantifierRestriction in edu.stanford.smi.protegex.owl.inference.dig.translator
 

Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLQuantifierRestriction
protected  boolean DefaultDIGRenderer.render(OWLQuantifierRestriction quantifierRestriction, Document doc, Node parentNode)
           
 boolean DefaultDIGRenderer.renderQuantifierObjectRestriction(OWLQuantifierRestriction quantifierRestriction, Document doc, Node parentNode)
           
 boolean DefaultDIGRenderer.renderQuantifierDataRestriction(OWLQuantifierRestriction quantifierRestriction, Document doc, Node parentNode)
           
 

Uses of OWLQuantifierRestriction in edu.stanford.smi.protegex.owl.jena.creator
 

Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLQuantifierRestriction
private  com.hp.hpl.jena.ontology.Restriction JenaCreator.createQuantifierRestriction(OWLQuantifierRestriction restriction)
           
 

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

Subinterfaces of OWLQuantifierRestriction in edu.stanford.smi.protegex.owl.model
 interface OWLAllValuesFrom
          An owl:allValueFrom restriction.
 interface OWLSomeValuesFrom
          A some-values-from OWLRestriction.
 

Uses of OWLQuantifierRestriction in edu.stanford.smi.protegex.owl.model.framestore
 

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLQuantifierRestriction
protected  void AllValuesFromRestrictionUpdater.clearFiller(OWLQuantifierRestriction restriction)
           
private  void AllValuesFromRestrictionUpdater.updateValueTypeFacet(RDFSNamedClass cls, edu.stanford.smi.protege.model.Slot slot, OWLQuantifierRestriction restriction)
           
protected abstract  void QuantifierRestrictionUpdater.clearFiller(OWLQuantifierRestriction restriction)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLQuantifierRestriction
 class AbstractOWLQuantifierRestriction
          The common base class of DefaultOWLAllValuesFrom and DefaultOWLSomeValuesFrom.
 class DefaultOWLAllValuesFrom
          The default implementation of OWLAllValuesFrom.
 class DefaultOWLSomeValuesFrom
          The default implementation of OWLSomeValuesFrom.
 

Uses of OWLQuantifierRestriction in edu.stanford.smi.protegex.owl.ui.explorer
 

Constructors in edu.stanford.smi.protegex.owl.ui.explorer with parameters of type OWLQuantifierRestriction
OWLQuantifierRestrictionTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent, OWLQuantifierRestriction restriction, ExplorerFilter filter)
           
 

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

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLQuantifierRestriction
private  void RDFResourceRenderer.renderQuantifierRestriction(OWLQuantifierRestriction quantifierRestriction, String keyWord)