edu.cmu.meteor.aligner
Class Stage

java.lang.Object
  extended by edu.cmu.meteor.aligner.Stage

public class Stage
extends java.lang.Object


Field Summary
 java.util.ArrayList<Match> bestMatchSoFar
           
 int bestScoreSoFar
           
 java.util.HashSet<java.lang.Integer> choiceIdx
           
 java.util.ArrayList<java.lang.Integer> choiceKeys
           
 java.util.ArrayList<Match> currentMatch
           
 java.util.ArrayList<Match> matches
           
 java.util.Hashtable<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> multiChoices
           
 java.util.Hashtable<java.lang.Long,java.lang.Integer> scoreCache
           
 int scoreSoFar
           
 java.util.Hashtable<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> usedPos
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matches

public java.util.ArrayList<Match> matches

multiChoices

public java.util.Hashtable<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> multiChoices

choiceKeys

public java.util.ArrayList<java.lang.Integer> choiceKeys

choiceIdx

public java.util.HashSet<java.lang.Integer> choiceIdx

usedPos

public java.util.Hashtable<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> usedPos

scoreCache

public java.util.Hashtable<java.lang.Long,java.lang.Integer> scoreCache

bestMatchSoFar

public java.util.ArrayList<Match> bestMatchSoFar

currentMatch

public java.util.ArrayList<Match> currentMatch

bestScoreSoFar

public int bestScoreSoFar

scoreSoFar

public int scoreSoFar