|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.application.hierarchView.business.tulip.webService.TulipAccessImpl
Purpose :
Allows the user to send a TLP file to Tulip and get back the node's coordinate.
| Constructor Summary | |
TulipAccessImpl()
|
|
| Method Summary | |
void |
cleanErrorMessages()
Clean message list |
ProteinCoordinate[] |
getComputedTlpContent(java.lang.String tlpContent,
java.lang.String optionMask)
get the computed TLP content from tulip |
java.lang.String[] |
getErrorMessages(boolean hasToBeCleaned)
Allows the user to get messages produced byte the web service |
java.util.Collection |
parseOutputFile(java.lang.String anOutputFile)
Parse the Tulip conputed TLP file to grab coordinates of each protein Here is the format of the section to parse : (property 0 layout "viewLayout" (default "(105.000000,966.000000,359.000000)" "()" ) (node 1 "(215.500000,7.000000,0.000000)") (node 2 "(57.500000,-288.000000,0.000000)") (node 3 "(40.500000,191.000000,0.000000)") (...) ) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TulipAccessImpl()
| Method Detail |
public ProteinCoordinate[] getComputedTlpContent(java.lang.String tlpContent,
java.lang.String optionMask)
getComputedTlpContent in interface TulipAccesstlpContent - tlp content to computeoptionMask - the option of the Tulip process
public java.lang.String[] getErrorMessages(boolean hasToBeCleaned)
getErrorMessages in interface TulipAccesshasToBeCleaned - delete all messages after sended them back to the client
public void cleanErrorMessages()
cleanErrorMessages in interface TulipAccesspublic java.util.Collection parseOutputFile(java.lang.String anOutputFile)
anOutputFile - the path of the file to read
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||