mocgraph.mapping
Interface ToDoubleMapping

All Superinterfaces:
Mapping
All Known Implementing Classes:
ToDoubleMapMapping

public interface ToDoubleMapping
extends Mapping

A mapping from objects into multiple double values.

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

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

Method Detail

toDouble

double toDouble(java.lang.Object object)
Return the double value associated with the given object.

Returns:
Return the double value associated with the given object.