Uses of Interface
edu.stanford.smi.protegex.owl.model.classparser.OWLClassParser

Packages that use OWLClassParser
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.classdisplay   
edu.stanford.smi.protegex.owl.model.classdisplay.compact   
edu.stanford.smi.protegex.owl.model.classdisplay.manchester   
edu.stanford.smi.protegex.owl.model.classparser.compact   
edu.stanford.smi.protegex.owl.model.classparser.compact.tests   
edu.stanford.smi.protegex.owl.model.classparser.manchester   
edu.stanford.smi.protegex.owl.model.impl   
 

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLClassParser
 OWLClassParser OWLModel.getOWLClassParser()
          Gets the OWLClassParser for the current class expression syntax.
 

Uses of OWLClassParser in edu.stanford.smi.protegex.owl.model.classdisplay
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay that return OWLClassParser
 OWLClassParser OWLClassDisplay.getParser()
          Gets the associated parser that allows users to enter class expressions in the defined rendering.
 

Uses of OWLClassParser in edu.stanford.smi.protegex.owl.model.classdisplay.compact
 

Fields in edu.stanford.smi.protegex.owl.model.classdisplay.compact declared as OWLClassParser
private static OWLClassParser CompactOWLClassDisplay.parser
           
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay.compact that return OWLClassParser
 OWLClassParser CompactOWLClassDisplay.getParser()
           
 

Uses of OWLClassParser in edu.stanford.smi.protegex.owl.model.classdisplay.manchester
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay.manchester that return OWLClassParser
 OWLClassParser ManchesterOWLClassDisplay.getParser()
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.classparser.compact that implement OWLClassParser
 class CompactOWLClassParser
           
 

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

Fields in edu.stanford.smi.protegex.owl.model.classparser.compact.tests declared as OWLClassParser
private  OWLClassParser ParseQuantifierRestrictionsTestCase.parser
           
private  OWLClassParser CompactOWLClassParserTestCase.parser
           
private  OWLClassParser ParseDatatypeEnumerationsTestCase.parser
           
private  OWLClassParser ParseHasValueRestrictionsTestCase.parser
           
private  OWLClassParser ParseRDFSDatatypesTestCase.parser
           
private  OWLClassParser ParseCardinalityRestrictionsTestCase.parser
           
private  OWLClassParser ParseEnumeratedClassesTestCase.parser
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.classparser.manchester that implement OWLClassParser
 class ManchesterOWLClassParser
          User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 5, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

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

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLClassParser
 OWLClassParser AbstractOWLModel.getOWLClassParser()