| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OWLDataPropertyExpression in org.coode.owl.functionalparser | 
|---|
| Methods in org.coode.owl.functionalparser that return OWLDataPropertyExpression | |
|---|---|
 OWLDataPropertyExpression | 
OWLFunctionalSyntaxParser.DataPropertyExpression()
 | 
| Methods in org.coode.owl.functionalparser that return types with arguments of type OWLDataPropertyExpression | |
|---|---|
 java.util.Set<OWLDataPropertyExpression> | 
OWLFunctionalSyntaxParser.DataPropertySet()
 | 
| Uses of OWLDataPropertyExpression in org.coode.owl.owlxmlparser | 
|---|
| Methods in org.coode.owl.owlxmlparser that return OWLDataPropertyExpression | |
|---|---|
 OWLDataPropertyExpression | 
OWLDataPropertyElementHandler.getOWLObject()
 | 
| Uses of OWLDataPropertyExpression in org.coode.owl.rdfxml.parser | 
|---|
| Methods in org.coode.owl.rdfxml.parser that return OWLDataPropertyExpression | |
|---|---|
 OWLDataPropertyExpression | 
DataPropertyListItemTranslator.translate(OWLConstant firstObject)
 | 
 OWLDataPropertyExpression | 
DataPropertyListItemTranslator.translate(java.net.URI firstObject)
 | 
 OWLDataPropertyExpression | 
OWLRDFConsumer.translateDataPropertyExpression(java.net.URI uri)
 | 
| Methods in org.coode.owl.rdfxml.parser that return types with arguments of type OWLDataPropertyExpression | |
|---|---|
 java.util.List<OWLDataPropertyExpression> | 
OWLRDFConsumer.translateToDataPropertyList(java.net.URI mainNode)
 | 
| Uses of OWLDataPropertyExpression in org.semanticweb.owl.inference | 
|---|
| Methods in org.semanticweb.owl.inference with parameters of type OWLDataPropertyExpression | |
|---|---|
 java.util.Set<OWLConstant> | 
OWLIndividualReasoner.getRelatedValues(OWLIndividual subject,
                 OWLDataPropertyExpression property)
 | 
 java.util.Set<OWLConstant> | 
NullReasoner.getRelatedValues(OWLIndividual subject,
                 OWLDataPropertyExpression property)
 | 
 boolean | 
OWLIndividualReasoner.hasDataPropertyRelationship(OWLIndividual subject,
                            OWLDataPropertyExpression property,
                            OWLConstant object)
 | 
 boolean | 
NullReasoner.hasDataPropertyRelationship(OWLIndividual subject,
                            OWLDataPropertyExpression property,
                            OWLConstant object)
 | 
| Uses of OWLDataPropertyExpression in org.semanticweb.owl.model | 
|---|
| Subinterfaces of OWLDataPropertyExpression in org.semanticweb.owl.model | |
|---|---|
 interface | 
OWLDataProperty
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006  | 
| Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataPropertyExpression | |
|---|---|
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> | 
OWLIndividual.getDataPropertyValues(OWLOntology ontology)
Gets the data property values for this individual  | 
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> | 
OWLIndividual.getNegativeDataPropertyValues(OWLOntology ontology)
Gets the data property values that are explicitly asserted NOT to hold for this individual  | 
| Method parameters in org.semanticweb.owl.model with type arguments of type OWLDataPropertyExpression | |
|---|---|
 OWLDisjointDataPropertiesAxiom | 
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
 OWLEquivalentDataPropertiesAxiom | 
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
| Uses of OWLDataPropertyExpression in org.semanticweb.owl.util | 
|---|
| Methods in org.semanticweb.owl.util that return types with arguments of type OWLDataPropertyExpression | |
|---|---|
 java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> | 
PropertyAssertionValueShortFormProvider.getPreferredLanguageMap()
 | 
| Methods in org.semanticweb.owl.util with parameters of type OWLDataPropertyExpression | |
|---|---|
 boolean | 
OWLReasonerMediator.checkDefined(OWLDataPropertyExpression prop)
 | 
 java.util.Set<OWLConstant> | 
OWLReasonerMediator.getRelatedValues(OWLIndividual subject,
                 OWLDataPropertyExpression property)
 | 
 boolean | 
OWLReasonerMediator.hasDataPropertyRelationship(OWLIndividual subject,
                            OWLDataPropertyExpression property,
                            OWLConstant object)
 | 
| Constructor parameters in org.semanticweb.owl.util with type arguments of type OWLDataPropertyExpression | |
|---|---|
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties,
                                        java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap,
                                        OWLOntologySetProvider ontologySetProvider)
Constructs a property value short form provider.  | 
|
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties,
                                        java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap,
                                        OWLOntologySetProvider ontologySetProvider,
                                        ShortFormProvider alternateShortFormProvider)
Constructs a property value short form provider.  | 
|
| Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl | 
|---|
| Classes in uk.ac.manchester.cs.owl that implement OWLDataPropertyExpression | |
|---|---|
 class | 
OWLDataPropertyImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006  | 
| Methods in uk.ac.manchester.cs.owl that return OWLDataPropertyExpression | |
|---|---|
 OWLDataPropertyExpression | 
OWLDataPropertyCharacteristicAxiomImpl.getProperty()
 | 
| Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataPropertyExpression | |
|---|---|
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> | 
OWLIndividualImpl.getDataPropertyValues(OWLOntology ontology)
 | 
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> | 
OWLIndividualImpl.getNegativeDataPropertyValues(OWLOntology ontology)
 | 
| Method parameters in uk.ac.manchester.cs.owl with type arguments of type OWLDataPropertyExpression | |
|---|---|
 OWLDisjointDataPropertiesAxiom | 
OWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
 OWLEquivalentDataPropertiesAxiom | 
OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
| Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type OWLDataPropertyExpression | |
|---|---|
OWLDisjointDataPropertiesAxiomImpl(OWLDataFactory dataFactory,
                                   java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
|
OWLEquivalentDataPropertiesAxiomImpl(OWLDataFactory dataFactory,
                                     java.util.Set<? extends OWLDataPropertyExpression> properties)
 | 
|
| Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.dlsyntax.parser | 
|---|
| Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLDataPropertyExpression | |
|---|---|
 OWLDataPropertyExpression | 
DLSyntaxParser.parseDataPropertyId()
 | 
| Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.inference.dig11 | 
|---|
| Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDataPropertyExpression | |
|---|---|
 java.util.Set<OWLConstant> | 
DIGReasoner.getRelatedValues(OWLIndividual subject,
                 OWLDataPropertyExpression property)
 | 
 boolean | 
DIGReasoner.hasDataPropertyRelationship(OWLIndividual subject,
                            OWLDataPropertyExpression property,
                            OWLConstant object)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||