org.jmlspecs.samples.misc
Class EqualsN
java.lang.Object
org.jmlspecs.samples.misc.LinearSearch
org.jmlspecs.samples.misc.SingleSolution
org.jmlspecs.samples.misc.EqualsN
- public class EqualsN
- extends SingleSolution
A search problem which is to find the number n.
- Author:
- Gary T. Leavens
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Constructor Summary |
EqualsN(int n)
Initialize this search problem. |
EqualsN
public EqualsN(int n)
- Initialize this search problem.
- Specifications:
-
assignable this.n;
ensures this.n == n;
f
public boolean f(int j)
- Description copied from class:
LinearSearch
- The function that describes what is being sought.
- Specifications: pure
- also
-
requires j >= 0;
ensures \result <==> j == this.n;
- Specifications inherited from overridden method f(int j) in class LinearSearch:
pure -
requires j >= 0;
className
protected String className()
- Description copied from class:
SingleSolution
- A hook method for defining toString.
- Specifications: (inherited)pure
- Specifications inherited from overridden method in class SingleSolution:
pure -
ensures \result != null;
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.