uk.ac.ebi.intact.application.hierarchView.business.tulip.webService
Interface TulipAccess

All Known Implementing Classes:
TulipAccessImpl

public interface TulipAccess

Purpose :
Allows the user to send a TLP file to Tulip and get back the coordinate of the nodes.

Author:
Samuel KERRIEN (skerrien@ebi.ac.uk)

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
 

Method Detail

getComputedTlpContent

public ProteinCoordinate[] getComputedTlpContent(java.lang.String tlpContent,
                                                 java.lang.String optionMask)
get the computed TLP content from tulip

Parameters:
tlpContent - tlp content to compute
optionMask - the option of the Tulip process
Returns:
the computed tlp file content or null if an error occurs.

getErrorMessages

public java.lang.String[] getErrorMessages(boolean hasToBeCleaned)
Allows the user to get messages produced byte the web service

Returns:
an array of messages.

cleanErrorMessages

public void cleanErrorMessages()
Clean message list



IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk