|
Public Methods |
| ContextCounterNode (RawExtentNode *raw, RawExtentNode *context) |
| ContextCounterNode (Unpacker &unpacker) |
std::string | typeName () const |
std::string | queryText () const |
RawExtentNode * | getContext () |
RawExtentNode * | getRawExtent () |
void | setRawExtent (RawExtentNode *rawExtent) |
void | setContext (RawExtentNode *context) |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
bool | hasCounts () const |
bool | hasContextSize () const |
bool | hasMaxScore () const |
UINT64 | getOccurrences () const |
UINT64 | getContextSize () const |
UINT64 | getMaximumOccurrences () const |
UINT64 | getMinimumContextLength () const |
UINT64 | getMaximumContextLength () const |
double | getMaximumContextFraction () const |
void | setContextSize (UINT64 contextSize) |
void | setCounts (UINT64 occurrences, UINT64 contextSize) |
void | setCounts (UINT64 occurrences, UINT64 contextSize, UINT64 maximumOccurrences, UINT64 minimumContextLength, UINT64 maximumContextLength, double maximumContextFraction) |