hep.lcd.vertexing.zvtop
Interface FitStatusInt

All Known Implementing Classes:
BasicFitStatus

public interface FitStatusInt
extends FitStatus

FitStatusInt -- fit status interface

Version:
$Id: FitStatusInt.java,v 1.1 2001/06/13 23:51:14 walkowia Exp $
Author:
W.Walkowiak, 11/20/00
Source Code:
FitStatusInt.java

Field Summary
static String NOT_FITTED
           
static String OK
           
static String UNKNOWN_ERROR
           
 
Method Summary
 FitStatusInt addMessage(String message)
          add to text message
 boolean equals(FitStatusInt status)
          Are the status words equal?
 String getMessage()
          get the text message
 String getStatus()
          get the current status
 FitStatusInt setStatus(String status)
          set the status
 boolean success()
          successful fitting?
 String toString()
          phrase the status into a string
 String toStringWithMessage()
          phrase the status into a string including the text message
 boolean unknownError()
          unknown error?
 
Methods inherited from interface hep.lcd.event.FitStatus
isOK
 

Field Detail

OK

public static final String OK

NOT_FITTED

public static final String NOT_FITTED

UNKNOWN_ERROR

public static final String UNKNOWN_ERROR
Method Detail

setStatus

public FitStatusInt setStatus(String status)
set the status

getStatus

public String getStatus()
get the current status

addMessage

public FitStatusInt addMessage(String message)
add to text message

getMessage

public String getMessage()
get the text message

success

public boolean success()
successful fitting?

unknownError

public boolean unknownError()
unknown error?

equals

public boolean equals(FitStatusInt status)
Are the status words equal?

toString

public String toString()
phrase the status into a string
Overrides:
toString in class Object

toStringWithMessage

public String toStringWithMessage()
phrase the status into a string including the text message


The LCD Group