| Package | Description |
|---|---|
| org.coode.suggestor.api |
The suggestor is a set of non-standard reasoning queries that support knowledge exploration.
|
| org.coode.suggestor.impl |
Default implementations of suggestors and several sanction rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySuggestor.addSanctionRule(PropertySanctionRule rule)
Add a PropertySanctionRule to the end of the rules used for sanctioning
|
void |
PropertySuggestor.removeSanctionRule(PropertySanctionRule rule)
Remove this PropertySanctionRule from the rules used for sanctioning
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSubsSanctionRule
Looks at the direct subclasses to determine which properties are used as they
may be considered distinguishing features.
|
class |
CheckSubsStructureSanctionRule
Looks at the direct subclasses to determine which properties are restricted.
|
class |
MinCardinalitySanctionRule
Check the restrictions on the class for min cardi zeros
|
class |
SimpleAnnotationPropertySanctionRule
Checks the class to see if it has an annotation (specified by the
constructor) matching the URI of the property.
|
class |
UniversalRestrictionsSanctionRule
Check the restrictions on the class for universals
|
Copyright © 2013 The University of Manchester. All Rights Reserved.