|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LinearSearch | |
| org.jmlspecs.samples.misc | This package contains miscellaneous samples of JML specifications. |
| Uses of LinearSearch in org.jmlspecs.samples.misc |
| Subclasses of LinearSearch in org.jmlspecs.samples.misc | |
class |
EqualsN
A search problem which is to find the number n. |
class |
LessThanN
A search problem which is to find the first number strictly less than n (and greater than 0). |
class |
SingleSolution
A class of search problems for which there is one solution. |
| Constructors in org.jmlspecs.samples.misc with parameters of type LinearSearch | |
LinearSearch_JML_Test.TestF(LinearSearch receiver$,
int j)
Initialize this instance. |
|
LinearSearch_JML_Test.TestLimit(LinearSearch receiver$)
Initialize this instance. |
|
LinearSearch_JML_Test.TestFind(LinearSearch receiver$)
Initialize this instance. |
|
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||