edu.iastate.metnet.dao
Interface AlignmentAlgorithm


public interface AlignmentAlgorithm

define the interface of pathway alignment, following the way like metaphor and process

Author:
Jie Li

Method Summary
 PathwayAlignment run(PathwayGraph leftGraph, PathwayGraph rightGraph)
          align two pathway graph, and get the alignment result? How do we represent the alignment results
 

Method Detail

run

PathwayAlignment run(PathwayGraph leftGraph,
                     PathwayGraph rightGraph)
align two pathway graph, and get the alignment result? How do we represent the alignment results

Parameters:
leftGraph - the left pathway graph
rightGraph - the right pathway graph