Package com.semedy.reasoner.api.edb
Class SymbolEncoder
java.lang.Object
com.semedy.reasoner.api.edb.SymbolEncoder
- All Implemented Interfaces:
ExternalSortConsumer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSymbolEncoder
(SymbolTable symbols, Map<String, String> indexToPredicates, String workdir, Map<String, Long> counters) -
Method Summary
-
Field Details
-
_maxCode
public static long _maxCode
-
-
Constructor Details
-
SymbolEncoder
-
-
Method Details
-
getResultFiles
get binary tuple files- Returns:
-
getIndexFiles
get files for filling the indexed properties- Returns:
-
consume
- Specified by:
consume
in interfaceExternalSortConsumer
- Throws:
IOException
InterruptedException
SemReasonerException
-
close
- Specified by:
close
in interfaceExternalSortConsumer
- Throws:
IOException
-
init
- Specified by:
init
in interfaceExternalSortConsumer
- Throws:
IOException
-