|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLDataRange in de.uulm.ecs.ai.owl.krssrenderer |
---|
Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLDataRange | |
---|---|
void |
KRSS2OWLObjectRenderer.write(OWLDataRange obj)
|
Uses of OWLDataRange in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax that return OWLDataRange | |
---|---|
OWLDataRange |
ManchesterOWLSyntaxEditorParser.parseDataRange(boolean allowLookahead)
|
Uses of OWLDataRange in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLDataRange | |
---|---|
OWLDataRange |
OWLFunctionalSyntaxParser.DataComplementOf()
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataOneOf()
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataRange()
|
OWLDataRange |
OWLFunctionalSyntaxParser.DataRangeRestriction()
|
Uses of OWLDataRange in org.coode.owl.owlxmlparser |
---|
Methods in org.coode.owl.owlxmlparser that return OWLDataRange | |
---|---|
OWLDataRange |
AbstractOWLDataRangeHandler.getOWLObject()
|
Methods in org.coode.owl.owlxmlparser with parameters of type OWLDataRange | |
---|---|
void |
AbstractOWLDataRangeHandler.setDataRange(OWLDataRange dataRange)
|
Uses of OWLDataRange in org.coode.owl.rdfxml.parser |
---|
Methods in org.coode.owl.rdfxml.parser that return OWLDataRange | |
---|---|
OWLDataRange |
OWLRDFConsumer.translateDataRange(java.net.URI uri)
|
Uses of OWLDataRange in org.semanticweb.owl.inference |
---|
Methods in org.semanticweb.owl.inference that return types with arguments of type OWLDataRange | |
---|---|
java.util.Set<OWLDataRange> |
OWLPropertyReasoner.getRanges(OWLDataProperty property)
|
java.util.Set<OWLDataRange> |
NullReasoner.getRanges(OWLDataProperty property)
|
Uses of OWLDataRange in org.semanticweb.owl.model |
---|
Subinterfaces of OWLDataRange in org.semanticweb.owl.model | |
---|---|
interface |
OWLDataComplementOf
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDataOneOf
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a data range which contains a specific set of data values. |
interface |
OWLDataRangeRestriction
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDataType
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a named data range. |
Methods in org.semanticweb.owl.model that return OWLDataRange | |
---|---|
OWLDataRange |
OWLDataRangeRestriction.getDataRange()
Gets the data range that this data range restricts. |
OWLDataRange |
OWLDataComplementOf.getDataRange()
Gets the data range which this data range is a complement of. |
Uses of OWLDataRange in org.semanticweb.owl.profiles |
---|
Constructors in org.semanticweb.owl.profiles with parameters of type OWLDataRange | |
---|---|
DataRangeNotAllowed(ConstructNotAllowed cause,
OWLDataRange construct)
|
|
DataRangeNotAllowed(OWLDataRange construct)
|
|
DataRangeNotAllowed(java.util.Set<ConstructNotAllowed> cause,
OWLDataRange construct)
|
|
OWL2Profile.OWL2DataRangeNotAllowed(ConstructNotAllowed cause,
OWLDataRange construct)
|
|
OWL2Profile.OWL2DataRangeNotAllowed(OWLDataRange construct)
|
Uses of OWLDataRange in org.semanticweb.owl.util |
---|
Methods in org.semanticweb.owl.util that return types with arguments of type OWLDataRange | |
---|---|
java.util.Set<OWLDataRange> |
OWLReasonerMediator.getRanges(OWLDataProperty property)
|
Uses of OWLDataRange in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLDataRange | |
---|---|
class |
OWLDataComplementOfImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLDataOneOfImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLDataRangeRestrictionImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
class |
OWLDataTypeImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 26-Oct-2006 |
Methods in uk.ac.manchester.cs.owl that return OWLDataRange | |
---|---|
OWLDataRange |
OWLDataRangeRestrictionImpl.getDataRange()
|
OWLDataRange |
OWLDataComplementOfImpl.getDataRange()
|
Methods in uk.ac.manchester.cs.owl with parameters of type OWLDataRange | |
---|---|
OWLDataAllRestriction |
OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataPropertyExpression property,
OWLDataRange dataRange)
|
OWLDataComplementOf |
OWLDataFactoryImpl.getOWLDataComplementOf(OWLDataRange dataRange)
|
OWLDataExactCardinalityRestriction |
OWLDataFactoryImpl.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
|
OWLDataMaxCardinalityRestriction |
OWLDataFactoryImpl.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
|
OWLDataMinCardinalityRestriction |
OWLDataFactoryImpl.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property,
int cardinality,
OWLDataRange dataRange)
|
OWLDataPropertyRangeAxiom |
OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery,
OWLDataRange owlDataRange)
|
OWLDataRangeRestriction |
OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange,
OWLDataRangeFacetRestriction... facetRestrictions)
|
OWLDataRangeRestriction |
OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange,
OWLRestrictedDataRangeFacetVocabulary facet,
OWLTypedConstant typedConstant)
|
OWLDataRangeRestriction |
OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange,
java.util.Set<OWLDataRangeFacetRestriction> facets)
|
OWLDataSomeRestriction |
OWLDataFactoryImpl.getOWLDataSomeRestriction(OWLDataPropertyExpression property,
OWLDataRange dataRange)
|
SWRLDataRangeAtom |
OWLDataFactoryImpl.getSWRLDataRangeAtom(OWLDataRange rng,
SWRLAtomDObject arg)
Gets a SWRL data range atom, i.e. |
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLDataRange | |
---|---|
OWLDataAllRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange filler)
|
|
OWLDataComplementOfImpl(OWLDataFactory dataFactory,
OWLDataRange dataRange)
|
|
OWLDataExactCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
|
OWLDataMaxCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
|
OWLDataMinCardinalityRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
int cardinality,
OWLDataRange filler)
|
|
OWLDataPropertyRangeAxiomImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange range)
|
|
OWLDataRangeRestrictionImpl(OWLDataFactory dataFactory,
OWLDataRange dataRange,
java.util.Set<OWLDataRangeFacetRestriction> facetRestrictions)
|
|
OWLDataSomeRestrictionImpl(OWLDataFactory dataFactory,
OWLDataPropertyExpression property,
OWLDataRange filler)
|
|
SWRLDataRangeAtomImpl(OWLDataFactory dataFactory,
OWLDataRange predicate,
SWRLAtomDObject arg)
|
Uses of OWLDataRange in uk.ac.manchester.cs.owl.dlsyntax.parser |
---|
Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLDataRange | |
---|---|
OWLDataRange |
DLSyntaxParser.parseDataOneOf()
|
Uses of OWLDataRange in uk.ac.manchester.cs.owl.inference.dig11 |
---|
Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLDataRange | |
---|---|
java.util.Set<OWLDataRange> |
DIGReasoner.getRanges(OWLDataProperty property)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |