com.cafesoft.cams.attr
Interface EvaluationResult

All Known Implementing Classes:
StandardEvaluationResult

public interface EvaluationResult

EvaluationResult defines a generic interface for the result of an evaluated Evaluatable object.

Since:
4/16/2004

Method Summary
 AttributeValue getAttributeValue()
          Returns the attribute value.
 EvaluationStatus getEvaluationStatus()
          Returns the status if there was an error, or null it no error occurred
 boolean indeterminate()
          Returns true if the result was indeterminate
 

Method Detail

indeterminate

public boolean indeterminate()
Returns true if the result was indeterminate

Returns:
true if a result could not be evaluated because there was an error

getAttributeValue

public AttributeValue getAttributeValue()
Returns the attribute value.

Returns:
the attribute value or null if there was an error.

getEvaluationStatus

public EvaluationStatus getEvaluationStatus()
Returns the status if there was an error, or null it no error occurred

Returns:
the status or null


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.