ptolemy.graph.mapping
Interface ToDoubleMapping

All Superinterfaces:
Mapping
All Known Implementing Classes:
ToDoubleMapMapping

public interface ToDoubleMapping
extends Mapping

A mapping from objects into multiple double values.

Since:
Ptolemy II 4.0
Version:
$Id: ToDoubleMapping.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Shuvra S. Bhattacharyya, Shahrooz Shahparnia
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (ssb)

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

Method Detail

toDouble

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

Parameters:
object - The given object.
Returns:
Return the double value associated with the given object.