edu.wis.jtlv.lib
Interface AlgResultI

All Known Implementing Classes:
AlgResultBDD, AlgResultBoolean, AlgResultModule, AlgResultPath, AlgResultString

public interface AlgResultI

Implement the resulting object, as a string, and as what ever object that you'd like.

Version:
"1.3.2"
Author:
yaniv sa'ar.

Nested Class Summary
static class AlgResultI.ResultStatus
           A general flag for the results status.
 
Method Summary
 AlgResultI.ResultStatus getResultStat()
           Get the result status.
 java.lang.Object resultObject()
           An object representation of the results.
 java.lang.String resultString()
           A string representation of the results.
 

Method Detail

getResultStat

AlgResultI.ResultStatus getResultStat()

Get the result status.

Returns:
The results status.

resultString

java.lang.String resultString()

A string representation of the results.

Returns:
A string representing the results.

resultObject

java.lang.Object resultObject()

An object representation of the results.

Returns:
An object representing the results.