| Package | Description |
|---|---|
| ptolemy.graph.analysis |
Graph analysis classes.
|
| ptolemy.graph.analysis.strategy |
The ptolemy.graph.analysis.strategy package.
|
| ptolemy.graph.mapping |
The ptolemy.graph.mapping package.
|
| Constructor and Description |
|---|
MaximumProfitToCostRatioAnalysis(Graph graph,
ToDoubleMapping edgeProfits,
ToIntMapping edgeCosts)
Construct an instance of this class using a default analyzer.
|
| Constructor and Description |
|---|
ParhiMaximumProfitToCostRatioStrategy(Graph graph,
ToDoubleMapping edgeProfits,
ToIntMapping edgeCosts)
Construct an instance of this class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ToIntMapMapping
A ToIntMapping that is based on a Map.
|