spis.Util.Func
Class Set

java.lang.Object
  extended byspis.Util.Func.Set
All Implemented Interfaces:
ModifInt

public class Set
extends java.lang.Object
implements ModifInt

Class Name : Set
Project ref : SPIS project
File name : Set.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :

Description : tests equality of an integer with a reference integer

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel

Field Summary
private  int refInt
          Reference integer
 
Constructor Summary
Set(int i)
          Default constructor with reference integer
 
Method Summary
 int modif(int n)
          Sets an integer to the reference value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refInt

private int refInt
Reference integer

Constructor Detail

Set

public Set(int i)
Default constructor with reference integer

Method Detail

modif

public int modif(int n)
Sets an integer to the reference value

Specified by:
modif in interface ModifInt