Interface | Description |
---|---|
DatatypePropertySetup |
Setup interface for creating new datatype properties.
|
ObjectPropertySetup |
Setup interface for creating new object properties.
|
OntClassInfoSetup |
Setup interface for creating new OWL classes.
|
Class | Description |
---|---|
AllValuesFromRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property only to
individuals/literals that are contained in the given type expression. |
Base64Restriction |
A
TypeExpression (LengthRestriction ) that contains all
Base64Binary values with a given minimum and/or maximum length. |
BoundedValueRestriction |
Base class for all
TypeRestriction s that define a minimum or maximum
value on a given data type. |
ComparableIndividual |
Represents the class of individuals that can be compared to other individuals
for finding out their (partial) order.
|
Complement |
A
TypeExpression that contains all individuals/literals that are not
instances of the given type expression. |
DataRepOntology |
The ontology of the Data Representation Module.
|
DatatypeProperty |
Definition of an OWL datatype property.
|
DoubleRestriction |
A
TypeExpression (BoundedValueRestriction ) that contains all
literals of type double with a given lower bound and/or upper bound. |
Enumeration |
A
TypeExpression that contains exactly the explicitly specified
elements. |
ExactCardinalityRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to exactly a given number
of different instances of the given type expression. |
FloatRestriction |
A
TypeExpression (BoundedValueRestriction ) that contains all
literals of type float with a given lower bound and/or upper bound. |
HasValueRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to a given
individual/literal. |
IndividualRestriction |
A
TypeExpression (BoundedValueRestriction ) that contains all
individuals with a given lower bound and/or upper bound. |
Intersection |
A
TypeExpression that contains all individuals/literals that are in
all of the given type expressions. |
IntRestriction |
A
TypeExpression (BoundedValueRestriction ) that contains all
literals of type int with a given lower bound and/or upper bound. |
LengthRestriction |
Base class for all
TypeRestriction s that define a restriction on the
length of a value of a given data type. |
LongRestriction |
A
TypeExpression (BoundedValueRestriction ) that contains all
literals of type long with a given lower bound and/or upper bound. |
ManagedIndividual |
The root of the whole manageable class hierarchy in universAAL.
|
MaxCardinalityRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to at most a given number
of different instances of the given type expression. |
MergedRestriction |
Helper class to handle multiple
PropertyRestriction s of the same
property. |
MinCardinalityRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to at least a given number
of different instances of the given type expression. |
ObjectProperty |
Definition of an OWL object property.
|
OntClassInfo |
Definition of an OWL class.
|
Ontology |
The implementation of an OWL ontology.
|
OntologyManagement |
The Ontology Management mainly serves two purposes:
Management of ontologies
Providing a global view on all ontological information.
|
PrivateResource | |
PropertyRestriction |
Base class for all
TypeExpression s that impose a restriction on a
property. |
SimpleOntology |
Helper class for ontologies that define only a single ontology class without
additional restrictions.
|
SomeValuesFromRestriction |
A
TypeExpression (PropertyRestriction ) that contains all
individuals that are connected by a given property to an instance of the
given type expression. |
StringRestriction |
A
TypeExpression (LengthRestriction ) that contains all
Strings with a given minimum and/or maximum length. |
TypeExpression |
A class for the concept of OWL class expressions and OWL data ranges, which
represent sets of individuals by formally specifying conditions on the
individuals' properties, or sets of literals by restricting primitive data
types.
|
TypeExpressionFactory |
Factory for the creation of
TypeExpression s. |
TypeRestriction |
Base class for all
TypeExpression s that impose a restriction on a
data type. |
TypeRestriction.Facet |
Internal representation of a facet.
|
TypeURI |
A
TypeExpression that contains all individuals/literals of a named
ontology class/datatype. |
Union |
A
TypeExpression that contains all individuals/literals that are in
one of the given type expressions. |
URIRestriction |
A
TypeExpression (LengthRestriction ) that contains all URIs
with a given minimum and/or maximum length. |
Copyright © 2018 universAAL Consortium. All rights reserved.