|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfuzzydl.DatatypeReasoner
public class DatatypeReasoner
Datatype restrictions reasoner.
| Constructor Summary | |
|---|---|
DatatypeReasoner()
|
|
| Method Summary | |
|---|---|
static void |
applyAtLeastValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy at-least value assertion, with respect to a fuzzy KB. |
static void |
applyAtMostValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy at-most value assertion, with respect to a fuzzy KB. |
static void |
applyExactValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy exact value assertion, with respect to a fuzzy KB. |
static void |
applyNotAtLeastValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy negated at-least value assertion, with respect to a fuzzy KB. |
static void |
applyNotAtMostValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy negated at-most value assertion, with respect to a fuzzy KB. |
static void |
applyNotExactValueRule(Assertion ass,
KnowledgeBase kb)
Reasons with a fuzzy negated exact value assertion, with respect to a fuzzy KB. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatatypeReasoner()
| Method Detail |
|---|
public static void applyAtLeastValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Fuzzy at-least value assertion.kb - Fuzzy kb.
FuzzyOntologyException
public static void applyNotAtLeastValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Negated fuzzy at-least value assertion.kb - Fuzzy kb.
FuzzyOntologyException
public static void applyAtMostValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Fuzzy at-most value assertion.kb - Fuzzy kb.
FuzzyOntologyException
public static void applyNotAtMostValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Negated fuzzy at-most value assertion.kb - Fuzzy kb.
FuzzyOntologyException
public static void applyExactValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Fuzzy exact value assertion.kb - Fuzzy kb.
FuzzyOntologyException
public static void applyNotExactValueRule(Assertion ass,
KnowledgeBase kb)
throws FuzzyOntologyException
ass - Negated fuzzy exact value assertion.kb - Fuzzy kb.
FuzzyOntologyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||