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

Packages that use OWLIntersectionClass
edu.stanford.smi.protegex.owl.inference.dig.translator   
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.model.util   
edu.stanford.smi.protegex.owl.model.visitor   
edu.stanford.smi.protegex.owl.prose   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.existential   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

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

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

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLIntersectionClass
 OWLIntersectionClass OWLModel.createOWLIntersectionClass()
           
 OWLIntersectionClass OWLModel.createOWLIntersectionClass(Collection clses)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type OWLIntersectionClass
private  void OWLFrameStore.addNamedOperandsToDirectSuperclasses(OWLNamedClass cls, OWLIntersectionClass superCls)
           
private  void OWLFrameStore.ensureRDFSSubClassOfStatementsExistForNamedOperands(OWLIntersectionClass intersectionClass)
           
private  void OWLFrameStore.removeNamedOperandsFromDirectSuperclasses(OWLNamedClass cls, OWLIntersectionClass intersectionCls, edu.stanford.smi.protege.model.Slot slot)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLIntersectionClass
 class DefaultOWLIntersectionClass
          The default implementation of the OWLIntersectionClass interface.
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLIntersectionClass
 OWLIntersectionClass AbstractOWLModel.createOWLIntersectionClass()
           
 OWLIntersectionClass AbstractOWLModel.createOWLIntersectionClass(Collection clses)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLIntersectionClass
 void DLExpressivityChecker.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 void ModelMetrics.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLIntersectionClass
 void OWLModelVisitor.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 void OWLModelVisitorAdapter.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 

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

Methods in edu.stanford.smi.protegex.owl.prose with parameters of type OWLIntersectionClass
private static String ProseGen.getProseFromIntersectionCls(OWLIntersectionClass interCls)
           
 

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

Fields in edu.stanford.smi.protegex.owl.ui.conditions declared as OWLIntersectionClass
private  OWLIntersectionClass ConditionsTableItem.definition
           
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions that return OWLIntersectionClass
 OWLIntersectionClass ConditionsTableModel.getDefinition(int rowIndex)
          If a given row displays an operand from an equivalent class intersection, then this method returns the OWLIntersectionClass hosting it.
(package private)  OWLIntersectionClass ConditionsTableItem.getDefinition()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLIntersectionClass
(package private) static ConditionsTableItem ConditionsTableItem.createSufficient(RDFSClass aClass, int type, OWLIntersectionClass definition)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLIntersectionClass
ConditionsTableItem(RDFSClass aClass, int type, OWLNamedClass originCls, OWLIntersectionClass definition, boolean isNew)
           
 

Uses of OWLIntersectionClass in edu.stanford.smi.protegex.owl.ui.existential
 

Methods in edu.stanford.smi.protegex.owl.ui.existential with parameters of type OWLIntersectionClass
private static void Existential.getExistentialDependents(List result, OWLIntersectionClass superclass, OWLObjectProperty property)
           
 

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

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLIntersectionClass
 void RDFAxiomRenderer.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 void RDFAxiomRenderer.RenderableAxiomsChecker.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)
           
 void RDFResourceRenderer.visitOWLIntersectionClass(OWLIntersectionClass owlIntersectionClass)