Package ptolemy.graph.mapping
The ptolemy.graph.mapping package.
- Since:
 - Ptolemy II 7.2
 
- 
Interface Summary Interface Description Mapping A mapping from some domain of values into some range.ToDoubleMapping A mapping from objects into multiple double values.ToIntMapping A mapping from objects into int values. - 
Class Summary Class Description MapMapping A Mapping that is based on a Map.ToDoubleMapMapping A ToDoubleMapping that is based on a Map.ToIntMapMapping A ToIntMapping that is based on a Map.