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

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

final class AcisMachineScoresParser
extends java.lang.Object
implements MachineScoresParser

A MachineScoresParser for the Chromavision ACIS machine.


Constructor Summary
AcisMachineScoresParser()
           
 
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

AcisMachineScoresParser

AcisMachineScoresParser()
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