|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PropertyExpression | |
|---|---|
| org.dllearner.core.owl | Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. |
| org.dllearner.utilities.owl | OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.). |
| Uses of PropertyExpression in org.dllearner.core.owl |
|---|
| Subinterfaces of PropertyExpression in org.dllearner.core.owl | |
|---|---|
interface |
Property
|
| Classes in org.dllearner.core.owl that implement PropertyExpression | |
|---|---|
class |
DatatypeProperty
|
class |
ObjectProperty
Represents an object property in a knowledge base / ontology, e.g. |
class |
ObjectPropertyExpression
An object property expression is an object property construct, which can be used in axioms, e.g. complex class descriptions. |
class |
ObjectPropertyInverse
Represents the inverse of a property expression. |
| Methods in org.dllearner.core.owl that return PropertyExpression | |
|---|---|
PropertyExpression |
Restriction.getRestrictedPropertyExpression()
|
| Constructors in org.dllearner.core.owl with parameters of type PropertyExpression | |
|---|---|
CardinalityRestriction(PropertyExpression propertyExpression,
PropertyRange propertyRange,
int cardinality)
|
|
QuantorRestriction(PropertyExpression restrictedPropertyExpression)
|
|
Restriction(PropertyExpression restrictedPropertyExpression)
|
|
ValueRestriction(PropertyExpression propertyExpression,
KBElement value)
|
|
| Uses of PropertyExpression in org.dllearner.utilities.owl |
|---|
| Methods in org.dllearner.utilities.owl with parameters of type PropertyExpression | |
|---|---|
int |
RoleComparator.compare(PropertyExpression r1,
PropertyExpression r2)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||