mocgraph.mapping
Interface ToIntMapping

All Superinterfaces:
Mapping
All Known Implementing Classes:
ToIntMapMapping

public interface ToIntMapping
extends Mapping

A mapping from objects into int values.

Version:
$Id: ToIntMapping.java,v 1.1 2007/04/06 18:30:09 ssb Exp $
Author:
Shuvra S. Bhattacharyya, Shahrooz Shahparnia

Method Summary
 int toInt(java.lang.Object object)
          Return the int value associated with the given object
 
Methods inherited from interface mocgraph.mapping.Mapping
inDomain, toObject
 

Method Detail

toInt

int toInt(java.lang.Object object)
Return the int value associated with the given object