JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Types | Public Member Functions | Data Fields
similarityRepresentation< T > Struct Template Reference

#include <IJSONSimilarityMeasure.h>

Public Types

typedef void * Representation
 

Public Member Functions

Representation getRepresentation (const RJDocument &lhs)
 
Representation getRepresentation (const std::string &lhs)
 

Data Fields

bool is_implemented = false
 

Member Typedef Documentation

◆ Representation

template<typename T >
typedef void* similarityRepresentation< T >::Representation

Member Function Documentation

◆ getRepresentation() [1/2]

template<typename T >
Representation similarityRepresentation< T >::getRepresentation ( const RJDocument lhs)
inline

Returns the internal representation needed to calculate a similarity measure with T

Parameters
lhsThe document to transform into the representation
Returns
The representation of Document
Here is the caller graph for this function:

◆ getRepresentation() [2/2]

template<typename T >
Representation similarityRepresentation< T >::getRepresentation ( const std::string &  lhs)
inline

Returns the internal representation needed to calculate a similarity measure with T

Parameters
lhsThe string representation of the document
Returns
The representation of Document

Field Documentation

◆ is_implemented

template<typename T >
bool similarityRepresentation< T >::is_implemented = false

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