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$
    Author:
    Shuvra S. Bhattacharyya, Shahrooz Shahparnia
    Pt.AcceptedRating:
    Red (ssb)
    Pt.ProposedRating:
    Red (ssb)
    • 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.