Uses of Package
csheets.ext.assertion

Packages that use csheets.ext.assertion
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of assertions. 
 

Classes in csheets.ext.assertion used by csheets.ext.assertion
AssertableCell
          An extension of a cell in a spreadsheet, with support for assertions.
AssertableCellListener
          A listener interface for receiving notification on events occurring in an assertable cell.
Assertion
          Abstract class representing an assertion.
Assertion.ComparisonResult
          The possible results when two assertions are compared.
Assertion.Result
          Enumeration indicating the result of a validation of a value.
AssertionArithmeticException
           
AssertionException
          Representing a parse error of an assertion.
AssertionParserTokenTypes
           
AssertionWarning
          This class contains information about a warning in an assertion.
AssertionWarning.Type
          Denotes the type of a warning.
Interval
          This class represents a non-empty interval.
MathException
          This Exception is thrown if you try to do calculations on intervals which contains forbidden values according to the choosen matematical operation.
MultiInterval
          A class representing (possibly) multiple intervals.
SGAssertion
          Class representing a System Generated Assertion.
USAssertion
          This class represents an Assertion.
 

Classes in csheets.ext.assertion used by csheets.ext.assertion.ui
AssertableCell
          An extension of a cell in a spreadsheet, with support for assertions.
AssertableCellListener
          A listener interface for receiving notification on events occurring in an assertable cell.
Assertion.Result
          Enumeration indicating the result of a validation of a value.
AssertionExtension
          The extension for assertions.