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

Packages that use OWLHasValue
edu.stanford.smi.protegex.owl.compactparser   
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.classparser.compact   
edu.stanford.smi.protegex.owl.model.classparser.manchester   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.model.util   
edu.stanford.smi.protegex.owl.model.visitor   
edu.stanford.smi.protegex.owl.prose   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

Uses of OWLHasValue in edu.stanford.smi.protegex.owl.compactparser
 

Methods in edu.stanford.smi.protegex.owl.compactparser that return OWLHasValue
 OWLHasValue OWLCompactParser.OWLHasValue(RDFProperty slot)
          Deprecated.  
 

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

Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLHasValue
 boolean DefaultDIGRenderer.render(OWLHasValue hasRestriction, Document doc, Node parentNode)
           
 boolean DIGRenderer.render(OWLHasValue hasRestriction, Document doc, Node parentNode)
           
 

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

Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLHasValue
private  com.hp.hpl.jena.ontology.HasValueRestriction JenaCreator.createHasValueRestriction(OWLHasValue hasRestriction)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLHasValue
 OWLHasValue OWLModel.createOWLHasValue()
           
 OWLHasValue OWLModel.createOWLHasValue(RDFProperty property, Object value)
          Creates a new OWLHasValue for a given Slot.
 

Uses of OWLHasValue in edu.stanford.smi.protegex.owl.model.classparser.compact
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.compact that return OWLHasValue
 OWLHasValue CompactParser.OWLHasValue(RDFProperty slot)
           
 

Uses of OWLHasValue in edu.stanford.smi.protegex.owl.model.classparser.manchester
 

Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return OWLHasValue
 OWLHasValue ManchesterOWLParser.OWLHasValue(RDFProperty slot)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLHasValue
 class DefaultOWLHasValue
          A Cls representing a hasValue restriction.
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLHasValue
 OWLHasValue AbstractOWLModel.createOWLHasValue()
           
 OWLHasValue AbstractOWLModel.createOWLHasValue(RDFProperty property, Object value)
           
 

Uses of OWLHasValue in edu.stanford.smi.protegex.owl.model.util
 

Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLHasValue
 void DLExpressivityChecker.visitOWLHasValue(OWLHasValue owlHasValue)
           
 void ModelMetrics.visitOWLHasValue(OWLHasValue owlHasValue)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLHasValue
 void OWLModelVisitor.visitOWLHasValue(OWLHasValue owlHasValue)
           
 void OWLModelVisitorAdapter.visitOWLHasValue(OWLHasValue owlHasValue)
           
 

Uses of OWLHasValue in edu.stanford.smi.protegex.owl.prose
 

Methods in edu.stanford.smi.protegex.owl.prose with parameters of type OWLHasValue
private static String ProseGen.getProseFromHasRestriction(OWLHasValue restrCls)
           
 

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

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLHasValue
 void RDFAxiomRenderer.visitOWLHasValue(OWLHasValue owlHasValue)
           
 void RDFAxiomRenderer.RenderableAxiomsChecker.visitOWLHasValue(OWLHasValue owlHasValue)
           
 void RDFResourceRenderer.visitOWLHasValue(OWLHasValue owlHasValue)