|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.dp.factory.edge.EdgeValueStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.edge.MinSeparationEdgeValueStrategy
public class MinSeparationEdgeValueStrategy
Edge value strategy that simply sets the minimum separation times as the edge weights, and does no further calculations before returning those weights upon request.
Constructor Summary | |
---|---|
MinSeparationEdgeValueStrategy(MinimumSeparationCalculator<? extends WeightClass> calc)
|
Method Summary | |
---|---|
void |
insertEdge(CPSNetworkNode a,
CPSNetworkNode b)
Inserts an edge between a and b, with a weight equal to the minimum separation time between a and b. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinSeparationEdgeValueStrategy(MinimumSeparationCalculator<? extends WeightClass> calc)
Method Detail |
---|
public void insertEdge(CPSNetworkNode a, CPSNetworkNode b)
insertEdge
in class EdgeValueStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |