toxTree.core
Interface IProgressStatus

All Known Subinterfaces:
IDecisionResult
All Known Implementing Classes:
BatchDecisionResultsList, CramerTreeResult, CramerTreeResult, DNABindingTreeResult, FuncTreeResult, MATreeResult, MICTreeResult, MutantTreeResult, ProgressStatus, ProteinBindingTreeResult, SkinSensitisationTreeResult, SMARTCypTreeResult, TreeResult, Verhaar2TreeResult, VerhaarTreeResult

public interface IProgressStatus


Method Summary
 boolean isError()
           
 boolean isEstimated()
           
 boolean isEstimating()
           
 void setError(java.lang.String message)
           
 void setEstimated()
           
 void setEstimated(boolean value)
           
 void setEstimating()
           
 void setPercentEstimated(int percent)
           
 

Method Detail

isEstimated

boolean isEstimated()

isEstimating

boolean isEstimating()

isError

boolean isError()

setEstimated

void setEstimated(boolean value)

setPercentEstimated

void setPercentEstimated(int percent)

setEstimated

void setEstimated()

setEstimating

void setEstimating()

setError

void setError(java.lang.String message)


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.