|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.inference.dig.translator |
Methods in edu.stanford.smi.protegex.owl.inference.dig.translator with parameters of type OWLObjectProperty | |
boolean |
DefaultDIGRenderer.render(OWLObjectProperty slot,
Document doc,
Node parentNode)
|
boolean |
DIGRenderer.render(OWLObjectProperty slot,
Document doc,
Node parentNode)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.jena.creator |
Methods in edu.stanford.smi.protegex.owl.jena.creator with parameters of type OWLObjectProperty | |
private com.hp.hpl.jena.ontology.OntProperty |
JenaCreator.createObjectProperty(OWLObjectProperty objectProperty)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model |
Methods in edu.stanford.smi.protegex.owl.model that return OWLObjectProperty | |
OWLObjectProperty |
OWLModel.createAnnotationOWLObjectProperty(String name)
|
OWLObjectProperty |
OWLModel.createOWLObjectProperty(String name)
Creates a new OWLObjectProperty. |
OWLObjectProperty |
OWLModel.createOWLObjectProperty(String name,
OWLNamedClass metaclass)
|
OWLObjectProperty |
OWLModel.createOWLObjectProperty(String name,
Collection allowedClasses)
|
OWLObjectProperty |
OWLModel.getOWLObjectProperty(String name)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model.framestore.tests |
Fields in edu.stanford.smi.protegex.owl.model.framestore.tests declared as OWLObjectProperty | |
private OWLObjectProperty |
DeleteTestCase.childrenSlot
|
private OWLObjectProperty |
DeleteTestCase.genderSlot
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement OWLObjectProperty | |
class |
DefaultOWLObjectProperty
The default implementation of the OWLObjectProperty interface. |
Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLObjectProperty | |
OWLObjectProperty |
AbstractOWLModel.createAnnotationOWLObjectProperty(String name)
|
OWLObjectProperty |
AbstractOWLModel.createOWLObjectProperty(String name)
|
OWLObjectProperty |
AbstractOWLModel.createOWLObjectProperty(String name,
OWLNamedClass metaCls)
|
OWLObjectProperty |
AbstractOWLModel.createOWLObjectProperty(String name,
Collection allowedClasses)
|
OWLObjectProperty |
AbstractOWLModel.getOWLObjectProperty(String name)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model.impl.tests |
Methods in edu.stanford.smi.protegex.owl.model.impl.tests that return OWLObjectProperty | |
private OWLObjectProperty |
EqualsStructurallyTestCase.getP()
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model.util |
Methods in edu.stanford.smi.protegex.owl.model.util with parameters of type OWLObjectProperty | |
void |
DLExpressivityChecker.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
void |
ModelMetrics.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.model.visitor |
Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type OWLObjectProperty | |
void |
OWLModelVisitor.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
void |
OWLModelVisitorAdapter.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.swrl.model |
Methods in edu.stanford.smi.protegex.owl.swrl.model that return OWLObjectProperty | |
OWLObjectProperty |
SWRLIndividualPropertyAtom.getPropertyPredicate()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type OWLObjectProperty | |
void |
SWRLIndividualPropertyAtom.setPropertyPredicate(OWLObjectProperty objectSlot)
|
SWRLIndividualPropertyAtom |
SWRLFactory.createIndividualPropertyAtom(OWLObjectProperty objectSlot,
RDFResource iObject1,
RDFResource iObject2)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.swrl.model.impl |
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that return OWLObjectProperty | |
OWLObjectProperty |
DefaultSWRLIndividualPropertyAtom.getPropertyPredicate()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl with parameters of type OWLObjectProperty | |
void |
DefaultSWRLIndividualPropertyAtom.setPropertyPredicate(OWLObjectProperty objectSlot)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.testing.sanity |
Methods in edu.stanford.smi.protegex.owl.testing.sanity that return OWLObjectProperty | |
static OWLObjectProperty |
SubpropertyDomainMustNarrowTest.fails(OWLObjectProperty objectProperty)
|
static OWLObjectProperty |
SubpropertyRangeMustNarrowTest.fails(OWLObjectProperty slot)
|
Methods in edu.stanford.smi.protegex.owl.testing.sanity with parameters of type OWLObjectProperty | |
static Collection |
PropertyRangeRedundancyTest.fails(OWLObjectProperty slot)
|
static Collection |
PropertyDomainRedundancyTest.fails(OWLObjectProperty slot)
|
static OWLObjectProperty |
SubpropertyDomainMustNarrowTest.fails(OWLObjectProperty objectProperty)
|
static OWLObjectProperty |
SubpropertyRangeMustNarrowTest.fails(OWLObjectProperty slot)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.ui.conditions.tests |
Fields in edu.stanford.smi.protegex.owl.ui.conditions.tests declared as OWLObjectProperty | |
private OWLObjectProperty |
ImportTestCase.hasChildrenProperty
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.ui.existential |
Fields in edu.stanford.smi.protegex.owl.ui.existential declared as OWLObjectProperty | |
private OWLObjectProperty |
ExistentialTreeNode.existentialProperty
|
private OWLObjectProperty |
ExistentialTreePanel.existentialProperty
|
private OWLObjectProperty |
ExistentialTreeRoot.existentialProperty
|
Methods in edu.stanford.smi.protegex.owl.ui.existential that return OWLObjectProperty | |
protected OWLObjectProperty |
ExistentialTreePanel.getExistentialProperty()
|
Methods in edu.stanford.smi.protegex.owl.ui.existential with parameters of type OWLObjectProperty | |
static List |
Existential.getExistentialDependents(OWLNamedClass cls,
OWLObjectProperty property)
Computes the collection of all NamedClses which are related to cls through a direct someValuesFrom restriction for a given property. |
private static void |
Existential.getExistentialDependents(List result,
OWLIntersectionClass superclass,
OWLObjectProperty property)
|
private static void |
Existential.perhapsAdd(List result,
RDFSClass superclass,
OWLObjectProperty property)
|
static OWLSomeValuesFrom |
Existential.getDirectExistentialRelation(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
static boolean |
Existential.isDirectExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
static void |
Existential.removeExistentialDependent(OWLNamedClass parentClass,
OWLObjectProperty property,
OWLNamedClass childClass)
|
Constructors in edu.stanford.smi.protegex.owl.ui.existential with parameters of type OWLObjectProperty | |
EditableExistentialTreePanel(RDFSNamedClass root,
edu.stanford.smi.protege.model.Slot superclassesSlot,
OWLObjectProperty transitiveSlot)
|
|
ExistentialTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parentNode,
OWLNamedClass parentCls,
edu.stanford.smi.protege.model.Slot superclassesSlot,
OWLObjectProperty existentialProperty)
|
|
ExistentialTreePanel(edu.stanford.smi.protege.model.Cls root,
edu.stanford.smi.protege.model.Slot superclassesSlot,
OWLObjectProperty existentialProperty)
|
|
ExistentialTreeRoot(edu.stanford.smi.protege.model.Cls root,
edu.stanford.smi.protege.model.Slot superclassesSlot,
OWLObjectProperty existentialProperty)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.tests |
Fields in edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.tests declared as OWLObjectProperty | |
private OWLObjectProperty |
RDFXMLWriterTestCase.propP
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type OWLObjectProperty | |
void |
RDFAxiomRenderer.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
void |
RDFAxiomRenderer.RenderableAxiomsChecker.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
Uses of OWLObjectProperty in edu.stanford.smi.protegex.owl.writer.rdfxml.util |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.util with parameters of type OWLObjectProperty | |
void |
InlineResourceChecker.visitOWLObjectProperty(OWLObjectProperty owlObjectProperty)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |