Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Index Class Reference

Inheritance diagram for Index:
[legend]
List of all members.

Public Methods

 Index (int i)
Index baseIndex ()
boolean equals (Object o)
int hashCode ()
int index ()
String toString ()

Protected Attributes

int index

Detailed Description

An interface which needs to be implemented by all indices to be used to partition various values during the analysis.

Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 51 of file bofa/Index.java.


Constructor & Destructor Documentation

Index::Index int   i [inline]
 

Index constructor.

Parameters:
i   the value of the index.

Definition at line 56 of file prog/Index.java.


Member Function Documentation

Index Index::baseIndex   [inline]
 

Returns the base index, in this case, itself.

Returns:
The base index.

Definition at line 65 of file prog/Index.java.

int Index::index   [inline]
 

Returns the index value.

Returns:
The index value.

Definition at line 85 of file prog/Index.java.


Member Data Documentation

int Index::index [protected]
 

The index

Definition at line 49 of file prog/Index.java.


The documentation for this class was generated from the following files:
Generated at Thu Feb 7 07:13:36 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001