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

Packages that use OWLAnonymousClass
edu.stanford.smi.protegex.owl.inference.util   
edu.stanford.smi.protegex.owl.jena.creator   
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.classdisplay   
edu.stanford.smi.protegex.owl.model.framestore   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.conditions   
 

Uses of OWLAnonymousClass in edu.stanford.smi.protegex.owl.inference.util
 

Methods in edu.stanford.smi.protegex.owl.inference.util with parameters of type OWLAnonymousClass
 OWLNamedClass ReasonerUtil.getNamedReferent(OWLAnonymousClass cls)
           
 

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

Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLAnonymousClass
private  com.hp.hpl.jena.ontology.OntClass JenaCreator.createAnonymousClass(OWLAnonymousClass anonymousCls)
           
 

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

Subinterfaces of OWLAnonymousClass in edu.stanford.smi.protegex.owl.model
 interface OWLAllValuesFrom
          An owl:allValueFrom restriction.
 interface OWLCardinality
          A class representing an owl:cardinality restriction.
 interface OWLCardinalityBase
          The base interface of the various cardinality restrictions.
 interface OWLComplementClass
          A OWLLogicalClass to represent a complement.
 interface OWLEnumeratedClass
          An enumerated class which lists valid individuals as its values of the owl:oneOf property.
 interface OWLExistentialRestriction
          A common base interface for OWLHasValue and OWLSomeValuesFrom restrictions.
 interface OWLHasValue
          A class representing an owl:hasValue restriction.
 interface OWLIntersectionClass
          A OWLLogicalClass that represents an intersection of its operands.
 interface OWLLogicalClass
          The base interface of intersection, union and complement metaclasses.
 interface OWLMaxCardinality
          A Cls representing a maximumCardinality restriction.
 interface OWLMinCardinality
          A Cls representing a minimumCardinality restriction.
 interface OWLNAryLogicalClass
           
 interface OWLQuantifierRestriction
          The common base interface of OWLAllValuesFrom and OWLSomeValuesFrom.
 interface OWLRestriction
          The base class of all OWL restriction classes.
 interface OWLSomeValuesFrom
          A some-values-from OWLRestriction.
 interface OWLUnionClass
          A OWLLogicalClass which consists of the union of its operands.
 

Methods in edu.stanford.smi.protegex.owl.model that return OWLAnonymousClass
 OWLAnonymousClass OWLAnonymousClass.getExpressionRoot()
          Gets the root of the expression three where this is a part of.
 

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

Methods in edu.stanford.smi.protegex.owl.model.classdisplay with parameters of type OWLAnonymousClass
 String AbstractOWLClassDisplay.getSymbol(OWLAnonymousClass cls)
           
 String OWLClassDisplay.getSymbol(OWLAnonymousClass cls)
          Gets the keyword for a class of a given type.
 

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

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLAnonymousClass
private  void OWLFrameStore.deleteAnonymousClass(OWLAnonymousClass cls)
           
private  void OWLFrameStore.deleteAnonymousTree(OWLAnonymousClass anonymousClass)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLAnonymousClass
 class AbstractOWLAnonymousClass
          A base implementation of OWLAnonymousClass.
 class AbstractOWLCardinalityBase
          The base class of MaxCardi and OWLMinCardinality.
 class AbstractOWLLogicalClass
          A basic implementation of OWLLogicalClass.
 class AbstractOWLNAryLogicalClass
          The base class of DefaultOWLIntersectionClass and DefaultOWLUnionClass.
 class AbstractOWLQuantifierRestriction
          The common base class of DefaultOWLAllValuesFrom and DefaultOWLSomeValuesFrom.
 class AbstractOWLRestriction
          A basic implementation of the OWLRestriction interface.
 class DefaultOWLAllValuesFrom
          The default implementation of OWLAllValuesFrom.
 class DefaultOWLCardinality
          A class representing a cardinality restriction.
 class DefaultOWLComplementClass
           
 class DefaultOWLEnumeratedClass
          The default implementation of OWLEnumeratedClass.
 class DefaultOWLHasValue
          A Cls representing a hasValue restriction.
 class DefaultOWLIntersectionClass
          The default implementation of the OWLIntersectionClass interface.
 class DefaultOWLMaxCardinality
          A Cls representing a maximumCardinality restriction.
 class DefaultOWLMinCardinality
          A Cls representing a minimumCardinality restriction.
 class DefaultOWLSomeValuesFrom
          The default implementation of OWLSomeValuesFrom.
 class DefaultOWLUnionClass
          The default implementation of OWLUnionClass.
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLAnonymousClass
 OWLAnonymousClass AbstractOWLAnonymousClass.getExpressionRoot()
           
 

Uses of OWLAnonymousClass in edu.stanford.smi.protegex.owl.ui.conditions
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLAnonymousClass
private  int ConditionsTableItem.compareToWithAnonymousClses(OWLAnonymousClass otherCls)