|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.reasoning.FastRetrieval
public class FastRetrieval
| Constructor Summary | |
|---|---|
FastRetrieval(FlatABox abox)
|
|
| Method Summary | |
|---|---|
static SortedSetTuple<String> |
calculateAllSet(FlatABox abox,
String roleName,
SortedSetTuple<String> child)
|
static SortedSetTuple<String> |
calculateConjunctionSets(SortedSetTuple<String> child1,
SortedSetTuple<String> child2)
|
static SortedSetTuple<String> |
calculateDisjunctionSets(SortedSetTuple<String> child1,
SortedSetTuple<String> child2)
|
static SortedSetTuple<String> |
calculateExistsSet(FlatABox abox,
String roleName,
SortedSetTuple<String> child)
|
static SortedSetTuple<String> |
calculateNegationSet(SortedSetTuple<String> child)
|
SortedSetTuple<String> |
calculateSets(Description concept)
|
SortedSetTuple<String> |
calculateSetsADC(Description concept,
SortedSetTuple<String> adcSet)
|
FlatABox |
getAbox()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastRetrieval(FlatABox abox)
| Method Detail |
|---|
public SortedSetTuple<String> calculateSets(Description concept)
public SortedSetTuple<String> calculateSetsADC(Description concept,
SortedSetTuple<String> adcSet)
public static SortedSetTuple<String> calculateConjunctionSets(SortedSetTuple<String> child1,
SortedSetTuple<String> child2)
public static SortedSetTuple<String> calculateDisjunctionSets(SortedSetTuple<String> child1,
SortedSetTuple<String> child2)
public static SortedSetTuple<String> calculateNegationSet(SortedSetTuple<String> child)
public static SortedSetTuple<String> calculateExistsSet(FlatABox abox,
String roleName,
SortedSetTuple<String> child)
public static SortedSetTuple<String> calculateAllSet(FlatABox abox,
String roleName,
SortedSetTuple<String> child)
public FlatABox getAbox()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||