LocARNA-1.8.11
Public Member Functions | List of all members
LocARNA::MatchController Class Referenceabstract

abstract class that declares the method is_valid_match() More...

#include <trace_controller.hh>

Inheritance diagram for LocARNA::MatchController:
Inheritance graph
[legend]

Public Member Functions

virtual bool is_valid_match (size_t i, size_t j) const =0
 

Detailed Description

abstract class that declares the method is_valid_match()

Member Function Documentation

virtual bool LocARNA::MatchController::is_valid_match ( size_t  i,
size_t  j 
) const
pure virtual

test for allowed matches due to valid traces

Parameters
iposition in sequence A in 1..lenA
jposition in sequence B in 1..lenB
Returns
whether i~j is an allowed match due to valid traces

Implemented in LocARNA::TraceController.


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