Uses of Class
csheets.ext.assertion.Assertion.ComparisonResult

Packages that use Assertion.ComparisonResult
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
 

Uses of Assertion.ComparisonResult in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return Assertion.ComparisonResult
 Assertion.ComparisonResult AssertableCell.assertAssertions()
          Checks wether the assertions associated with the cell agree with each other and that no division by zero can occur using values within this assertion.
static Assertion.ComparisonResult Assertion.ComparisonResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Assertion.ComparisonResult[] Assertion.ComparisonResult.values()
          Returns an array containing the constants of this enum type, in the order they're declared.