|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of OWLLogicalClass in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLLogicalClass | |
protected boolean |
DefaultDIGRenderer.render(OWLLogicalClass logicalCls,
Document doc,
Node parentNode,
String digTypeName)
|
Uses of OWLLogicalClass in edu.stanford.smi.protegex.owl.jena.creator |
Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLLogicalClass | |
private com.hp.hpl.jena.ontology.OntClass |
JenaCreator.createLogicalClass(OWLLogicalClass logicalCls)
|
Uses of OWLLogicalClass in edu.stanford.smi.protegex.owl.model |
Subinterfaces of OWLLogicalClass in edu.stanford.smi.protegex.owl.model | |
interface |
OWLComplementClass
A OWLLogicalClass to represent a complement. |
interface |
OWLIntersectionClass
A OWLLogicalClass that represents an intersection of its operands. |
interface |
OWLNAryLogicalClass
|
interface |
OWLUnionClass
A OWLLogicalClass which consists of the union of its operands. |
Uses of OWLLogicalClass in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLLogicalClass | |
class |
AbstractOWLLogicalClass
A basic implementation of OWLLogicalClass. |
class |
AbstractOWLNAryLogicalClass
The base class of DefaultOWLIntersectionClass and DefaultOWLUnionClass. |
class |
DefaultOWLComplementClass
|
class |
DefaultOWLIntersectionClass
The default implementation of the OWLIntersectionClass interface. |
class |
DefaultOWLUnionClass
The default implementation of OWLUnionClass. |
Uses of OWLLogicalClass in edu.stanford.smi.protegex.owl.ui.explorer |
Constructors in edu.stanford.smi.protegex.owl.ui.explorer with parameters of type OWLLogicalClass | |
OWLLogicalClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent,
OWLLogicalClass cls,
ExplorerFilter filter)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |