de.unibi.techfak.InSilicoDicer.Actions
Interface Action

All Known Subinterfaces:
ICalcConservationAction, IFoldingAction, IMultipleAlignAction, IScoreAction
All Known Implementing Classes:
CalcCons_Entropy, CalcCons_Entropy_seed, ClustalWWS, Fold_Vienna, MA_ClustalW, RNAfoldWS, Score_Gaasterland

public interface Action

An simple interface defining a root type for all Actions implemented by ISD.

Author:
Jan Krüger

Method Summary
 Status getStatus()
          Returns the status of current Action
 void setStatus(Status status)
          Set the status of current Action
 

Method Detail

setStatus

void setStatus(Status status)
Set the status of current Action

Parameters:
status - - Status to be set

getStatus

Status getStatus()
Returns the status of current Action

Returns:
Status of this Action