Uses of Class
csheets.ext.assertion.USAssertion

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

Uses of USAssertion in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return USAssertion
 USAssertion AssertableCell.getUSAssertion()
          Get the cell's user supplied assertion.
 

Methods in csheets.ext.assertion with parameters of type USAssertion
 void AssertionParser.assertion(USAssertion ass, List<Interval> orIntervals, List<Interval> exceptIntervals)
           
 void AssertionParser.is_integer(USAssertion ass)
           
 void AssertableCell.setUSAssertion(USAssertion assertion)
          Sets the user-specified assertion for the cell.