|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.RobotFileSpotXY
public class RobotFileSpotXY
This class imports gel spot coordinates from a Spot Handling Workstation log file.
| Constructor Summary | |
|---|---|
RobotFileSpotXY(File inputFile)
Constructor that takes a Proteios File as parameter. |
|
RobotFileSpotXY(InputStream xmlInputStream)
Constructor that takes a robot XML input stream as parameter. |
|
| Method Summary | |
|---|---|
List<Float> |
getSpotXs(List<String> spotIds,
List<String> gelIds)
Get list of spot x coordinates for lists of spot ids and gel ids. |
List<Float> |
getSpotYs(List<String> spotIds,
List<String> gelIds)
Get list of spot Y coordinates for lists of spot ids and gel ids. |
String |
getXsdFilePath()
Get XSD schema file to validate against. |
boolean |
importable()
Validates first element of input stream. |
void |
setXsdFilePath(String xsdFilePath)
Set XSD schema file to validate against. |
boolean |
valid()
Validates spot picker XML input stream against current XSD file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RobotFileSpotXY(File inputFile)
inputFile - InputFile robot XML File.public RobotFileSpotXY(InputStream xmlInputStream)
xmlInputStream - InputStream robot XML input stream.| Method Detail |
|---|
public String getXsdFilePath()
public void setXsdFilePath(String xsdFilePath)
xsdFilePath - String with path for XSD schema file.
public boolean valid()
throws javax.xml.stream.XMLStreamException,
SAXException
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
SAXExceptionpublic boolean importable()
public List<Float> getSpotXs(List<String> spotIds,
List<String> gelIds)
spotIds - ListgelIds - List
public List<Float> getSpotYs(List<String> spotIds,
List<String> gelIds)
spotIds - ListgelIds - List
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||