strusAnalyzer  0.17
Public Member Functions | List of all members
strus::PatternTermFeederInterface Class Referenceabstract

Interface for instantiating the data structure of an automaton for detecting lexems used as basic entities by pattern matching in text. More...

#include <patternTermFeederInterface.hpp>

Public Member Functions

virtual ~PatternTermFeederInterface ()
 Destructor. More...
 
virtual
PatternTermFeederInstanceInterface
createInstance () const =0
 Create an instance to define the mappings of terms to pattern lexems and a method to call the mappings defined. More...
 

Detailed Description

Interface for instantiating the data structure of an automaton for detecting lexems used as basic entities by pattern matching in text.

Constructor & Destructor Documentation

virtual strus::PatternTermFeederInterface::~PatternTermFeederInterface ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual PatternTermFeederInstanceInterface* strus::PatternTermFeederInterface::createInstance ( ) const
pure virtual

Create an instance to define the mappings of terms to pattern lexems and a method to call the mappings defined.

Returns
the term feeder instance

The documentation for this class was generated from the following file: