|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLConstant in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax that return OWLConstant | |
---|---|
OWLConstant |
ManchesterOWLSyntaxEditorParser.parseConstant()
|
Uses of OWLConstant in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLConstant | |
---|---|
OWLConstant |
OWLFunctionalSyntaxParser.Constant()
|
Uses of OWLConstant in org.coode.owl.owlxmlparser |
---|
Methods in org.coode.owl.owlxmlparser that return OWLConstant | |
---|---|
OWLConstant |
OWLConstantElementHandler.getOWLObject()
|
Uses of OWLConstant in org.coode.owl.rdfxml.parser |
---|
Methods in org.coode.owl.rdfxml.parser that return OWLConstant | |
---|---|
OWLConstant |
OWLRDFConsumer.getFirstLiteral(java.net.URI subject)
|
OWLConstant |
OWLRDFConsumer.getLiteralObject(java.net.URI subject,
java.net.URI predicate,
boolean consume)
|
OWLConstant |
TypedConstantListItemTranslator.translate(OWLConstant firstObject)
|
Methods in org.coode.owl.rdfxml.parser that return types with arguments of type OWLConstant | |
---|---|
java.util.Set<OWLConstant> |
OWLRDFConsumer.translateToConstantSet(java.net.URI mainNode)
|
Methods in org.coode.owl.rdfxml.parser with parameters of type OWLConstant | |
---|---|
void |
OWLRDFConsumer.addFirst(java.net.URI subject,
OWLConstant object)
|
void |
OWLRDFConsumer.addTriple(java.net.URI subject,
java.net.URI predicate,
OWLConstant con)
|
boolean |
TPFirstLiteralHandler.canHandle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
GTPDataPropertyAssertionHandler.canHandle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
GTPAnnotationLiteralHandler.canHandle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
abstract boolean |
AbstractLiteralTripleHandler.canHandle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
TPFirstLiteralHandler.canHandleStreaming(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
GTPDataPropertyAssertionHandler.canHandleStreaming(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
GTPAnnotationLiteralHandler.canHandleStreaming(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
abstract boolean |
AbstractLiteralTripleHandler.canHandleStreaming(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
void |
OWLRDFConsumer.handle(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
void |
TPFirstLiteralHandler.handleTriple(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
void |
GTPDataPropertyAssertionHandler.handleTriple(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
void |
GTPAnnotationLiteralHandler.handleTriple(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
abstract void |
AbstractLiteralTripleHandler.handleTriple(java.net.URI subject,
java.net.URI predicate,
OWLConstant object)
|
boolean |
OWLRDFConsumer.isTriplePresent(java.net.URI subject,
java.net.URI predicate,
OWLConstant object,
boolean consume)
|
OWLConstant |
TypedConstantListItemTranslator.translate(OWLConstant firstObject)
|
SWRLAtom |
SWRLAtomListItemTranslator.translate(OWLConstant firstObject)
|
OWLObjectPropertyExpression |
OWLObjectPropertyExpressionListItemTranslator.translate(OWLConstant firstObject)
|
OWLObjectPropertyExpression |
ObjectPropertyListItemTranslator.translate(OWLConstant firstObject)
|
O |
ListItemTranslator.translate(OWLConstant firstObject)
|
OWLIndividual |
IndividualListItemTranslator.translate(OWLConstant firstObject)
|
OWLDescription |
DescriptionListItemTranslator.translate(OWLConstant firstObject)
|
OWLDataPropertyExpression |
DataPropertyListItemTranslator.translate(OWLConstant firstObject)
|
Uses of OWLConstant in org.semanticweb.owl.inference |
---|
Methods in org.semanticweb.owl.inference that return types with arguments of type OWLConstant | |
---|---|
java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> |
OWLIndividualReasoner.getDataPropertyRelationships(OWLIndividual individual)
|
java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> |
NullReasoner.getDataPropertyRelationships(OWLIndividual individual)
|
java.util.Set<OWLConstant> |
OWLIndividualReasoner.getRelatedValues(OWLIndividual subject,
OWLDataPropertyExpression property)
|
java.util.Set<OWLConstant> |
NullReasoner.getRelatedValues(OWLIndividual subject,
OWLDataPropertyExpression property)
|
Methods in org.semanticweb.owl.inference with parameters of type OWLConstant | |
---|---|
boolean |
OWLIndividualReasoner.hasDataPropertyRelationship(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
boolean |
NullReasoner.hasDataPropertyRelationship(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
Uses of OWLConstant in org.semanticweb.owl.model |
---|
Subinterfaces of OWLConstant in org.semanticweb.owl.model | |
---|---|
interface |
OWLTypedConstant
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLUntypedConstant
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
Methods in org.semanticweb.owl.model that return OWLConstant | |
---|---|
OWLConstant |
OWLAnnotation.getAnnotationValueAsConstant()
If this is a constant annotation (rather than an entity annotation) then this convenience method obtains the annoation value as a constant. |
OWLConstant |
SWRLAtomConstantObject.getConstant()
|
Methods in org.semanticweb.owl.model that return types with arguments of type OWLConstant | |
---|---|
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 |
java.util.Set<OWLConstant> |
OWLDataOneOf.getValues()
Gets the values (constants) that this data range consists of. |
Methods in org.semanticweb.owl.model with parameters of type OWLConstant | |
---|---|
OWLConstantAnnotation |
OWLDataFactory.getOWLConstantAnnotation(java.net.URI annotationURI,
OWLConstant constant)
|
OWLDataOneOf |
OWLDataFactory.getOWLDataOneOf(OWLConstant... values)
|
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
OWLDataValueRestriction |
OWLDataFactory.getOWLDataValueRestriction(OWLDataPropertyExpression property,
OWLConstant value)
|
OWLEntityAnnotationAxiom |
OWLDataFactory.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLConstant value)
|
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
SWRLAtomConstantObject |
SWRLDataFactory.getSWRLAtomConstantObject(OWLConstant constant)
Gets a SWRL constant object. |
Method parameters in org.semanticweb.owl.model with type arguments of type OWLConstant | |
---|---|
OWLDataOneOf |
OWLDataFactory.getOWLDataOneOf(java.util.Set<? extends OWLConstant> values)
|
Uses of OWLConstant in org.semanticweb.owl.util |
---|
Methods in org.semanticweb.owl.util that return types with arguments of type OWLConstant | |
---|---|
java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> |
OWLReasonerMediator.getDataPropertyRelationships(OWLIndividual individual)
|
java.util.Set<OWLConstant> |
OWLReasonerMediator.getRelatedValues(OWLIndividual subject,
OWLDataPropertyExpression property)
|
Methods in org.semanticweb.owl.util with parameters of type OWLConstant | |
---|---|
boolean |
OWLReasonerMediator.hasDataPropertyRelationship(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
Uses of OWLConstant in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLConstant | |
---|---|
class |
OWLConstantImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLTypedConstantImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLUntypedConstantImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
Methods in uk.ac.manchester.cs.owl that return OWLConstant | |
---|---|
OWLConstant |
OWLObjectAnnotationImpl.getAnnotationValueAsConstant()
|
OWLConstant |
OWLConstantAnnotationImpl.getAnnotationValueAsConstant()
|
OWLConstant |
SWRLAtomConstantObjectImpl.getConstant()
|
Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLConstant | |
---|---|
java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> |
OWLIndividualImpl.getDataPropertyValues(OWLOntology ontology)
|
java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> |
OWLIndividualImpl.getNegativeDataPropertyValues(OWLOntology ontology)
|
java.util.Set<OWLConstant> |
OWLDataOneOfImpl.getValues()
|
Methods in uk.ac.manchester.cs.owl with parameters of type OWLConstant | |
---|---|
OWLConstantAnnotation |
OWLDataFactoryImpl.getOWLConstantAnnotation(java.net.URI annotationURI,
OWLConstant constant)
|
OWLDataOneOf |
OWLDataFactoryImpl.getOWLDataOneOf(OWLConstant... values)
|
OWLDataPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
OWLDataValueRestriction |
OWLDataFactoryImpl.getOWLDataValueRestriction(OWLDataPropertyExpression property,
OWLConstant value)
|
OWLEntityAnnotationAxiom |
OWLDataFactoryImpl.getOWLEntityAnnotationAxiom(OWLEntity entity,
java.net.URI annotationURI,
OWLConstant value)
|
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
SWRLAtomConstantObject |
OWLDataFactoryImpl.getSWRLAtomConstantObject(OWLConstant constant)
Gets a SWRL constant object. |
Method parameters in uk.ac.manchester.cs.owl with type arguments of type OWLConstant | |
---|---|
OWLDataOneOf |
OWLDataFactoryImpl.getOWLDataOneOf(java.util.Set<? extends OWLConstant> values)
|
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLConstant | |
---|---|
OWLCommentAnnotationImpl(OWLDataFactory dataFactory,
OWLConstant object)
|
|
OWLConstantAnnotationImpl(OWLDataFactory dataFactory,
java.net.URI uri,
OWLConstant object)
|
|
OWLDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant value)
|
|
OWLDataValueRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLConstant value)
|
|
OWLLabelAnnotationImpl(OWLDataFactory dataFactory,
OWLConstant object)
|
|
OWLNegativeDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory,
OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
|
SWRLAtomConstantObjectImpl(OWLDataFactory dataFactory,
OWLConstant constant)
|
Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type OWLConstant | |
---|---|
OWLDataOneOfImpl(OWLDataFactory dataFactory,
java.util.Set<? extends OWLConstant> values)
|
Uses of OWLConstant in uk.ac.manchester.cs.owl.dlsyntax.parser |
---|
Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLConstant | |
---|---|
OWLConstant |
DLSyntaxParser.parseConstant()
|
Uses of OWLConstant in uk.ac.manchester.cs.owl.inference.dig11 |
---|
Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLConstant | |
---|---|
java.util.Map<OWLDataProperty,java.util.Set<OWLConstant>> |
DIGReasoner.getDataPropertyRelationships(OWLIndividual individual)
|
java.util.Set<OWLConstant> |
DIGReasoner.getRelatedValues(OWLIndividual subject,
OWLDataPropertyExpression property)
|
Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLConstant | |
---|---|
boolean |
DIGReasoner.hasDataPropertyRelationship(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLConstant object)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |