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

Packages that use OWLNAryLogicalClass
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.classdisplay   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.code   
edu.stanford.smi.protegex.owl.writer.rdfxml.renderer   
 

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

Subinterfaces of OWLNAryLogicalClass in edu.stanford.smi.protegex.owl.model
 interface OWLIntersectionClass
          A OWLLogicalClass that represents an intersection of its operands.
 interface OWLUnionClass
          A OWLLogicalClass which consists of the union of its operands.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLNAryLogicalClass
 boolean OWLNAryLogicalClass.hasSameOperands(OWLNAryLogicalClass other)
           
 

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

Methods in edu.stanford.smi.protegex.owl.model.classdisplay with parameters of type OWLNAryLogicalClass
protected  String AbstractOWLClassDisplay.getDisplayTextOfOWLNAryLogicalClass(OWLNAryLogicalClass cls)
           
 

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

Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLNAryLogicalClass
 class AbstractOWLNAryLogicalClass
          The base class of DefaultOWLIntersectionClass and DefaultOWLUnionClass.
 class DefaultOWLIntersectionClass
          The default implementation of the OWLIntersectionClass interface.
 class DefaultOWLUnionClass
          The default implementation of OWLUnionClass.
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLNAryLogicalClass
 boolean AbstractOWLNAryLogicalClass.hasSameOperands(OWLNAryLogicalClass other)
           
 

Uses of OWLNAryLogicalClass in edu.stanford.smi.protegex.owl.ui.code
 

Methods in edu.stanford.smi.protegex.owl.ui.code with parameters of type OWLNAryLogicalClass
 String SymbolTextArea.getIndentedClsString(OWLNAryLogicalClass cls, String indentation)
           
 

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

Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLNAryLogicalClass
private  void RDFResourceRenderer.renderNAryLogicalClass(OWLNAryLogicalClass logicalClass, String keyWord)