edu.jhu.tmaj.servlet.request.impl
Class BlissMachineScoresParser

java.lang.Object
  extended by edu.jhu.tmaj.servlet.request.impl.BlissMachineScoresParser
All Implemented Interfaces:
MachineScoresParser

final class BlissMachineScoresParser
extends java.lang.Object
implements MachineScoresParser

A MachineScoresParser for the Bacus Labs BLISS machine. Check the Bacus documentation for the exact meaning of these fields.


Constructor Summary
BlissMachineScoresParser()
           
 
Method Summary
 Coordinate getCoordinate(java.util.Map<java.lang.String,java.lang.String> name_value)
          Gets the X,Y Coordinate from a Map representing one row in the file.
 java.util.List<MachineScoreField> getFieldList()
          Returns a List of all the ScoredFields the Machine outputs that TMAJ can import.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlissMachineScoresParser

BlissMachineScoresParser()
Method Detail

getFieldList

public java.util.List<MachineScoreField> getFieldList()
Description copied from interface: MachineScoresParser
Returns a List of all the ScoredFields the Machine outputs that TMAJ can import.

Specified by:
getFieldList in interface MachineScoresParser

getCoordinate

public Coordinate getCoordinate(java.util.Map<java.lang.String,java.lang.String> name_value)
Description copied from interface: MachineScoresParser
Gets the X,Y Coordinate from a Map representing one row in the file. (The Map maps fieldNames to values. )

Specified by:
getCoordinate in interface MachineScoresParser