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

Packages that use OWLUnionClass
edu.stanford.smi.protegex.owl.inference.dig.translator   
edu.stanford.smi.protegex.owl.model   
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 OWLUnionClass in edu.stanford.smi.protegex.owl.inference.dig.translator
 

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

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

Methods in edu.stanford.smi.protegex.owl.model that return OWLUnionClass
 OWLUnionClass OWLModel.createOWLUnionClass()
           
 OWLUnionClass OWLModel.createOWLUnionClass(Collection operandClasses)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLUnionClass
 class DefaultOWLUnionClass
          The default implementation of OWLUnionClass.
 

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

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

Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLUnionClass
 void DLExpressivityChecker.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 void ModelMetrics.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLUnionClass
 void OWLModelVisitor.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 void OWLModelVisitorAdapter.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 

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

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

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

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLUnionClass
 void RDFAxiomRenderer.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 void RDFAxiomRenderer.RenderableAxiomsChecker.visitOWLUnionClass(OWLUnionClass owlUnionClass)
           
 void RDFResourceRenderer.visitOWLUnionClass(OWLUnionClass owlUnionClass)