PairGenerator Class Reference

Abstract interface for classes defining sword pairs similarities. More...

#include <PairDistanceTest.h>

Inheritance diagram for PairGenerator:
AAGKeyPairGenerator RandomPairGenerator

List of all members.

Public Member Functions

virtual pair< Word, WordgetTruePair ()=0
 Returns a pair of words similar under specified criteria.
virtual pair< Word, WordgetFalsePair ()=0
 Returns a pair of words that are not similar under specified criteria.

Detailed Description

Abstract interface for classes defining sword pairs similarities.

Definition at line 36 of file PairDistanceTest.h.


Member Function Documentation

virtual pair<Word,Word> PairGenerator::getFalsePair (  )  [pure virtual]

Returns a pair of words that are not similar under specified criteria.

Implemented in AAGKeyPairGenerator, and RandomPairGenerator.

virtual pair<Word,Word> PairGenerator::getTruePair (  )  [pure virtual]

Returns a pair of words similar under specified criteria.

Implemented in AAGKeyPairGenerator, and RandomPairGenerator.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:49 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1