edu.mit.ll.group43.surfaceoptimization.dp.factory
Class AGOGFSpotDPSequencerFactory

java.lang.Object
  extended by edu.mit.ll.group43.surfaceoptimization.dp.factory.DPSequencerFactory
      extended by edu.mit.ll.group43.surfaceoptimization.dp.factory.SimpleSpotDPSequencerFactory
          extended by edu.mit.ll.group43.surfaceoptimization.dp.factory.OneGapForceSpotDPSequencerFactory
              extended by edu.mit.ll.group43.surfaceoptimization.dp.factory.AGOGFSpotDPSequencerFactory

public class AGOGFSpotDPSequencerFactory
extends OneGapForceSpotDPSequencerFactory


Constructor Summary
AGOGFSpotDPSequencerFactory(int cps, MinimumSeparationCalculator<? extends WeightClass> calc)
           
 
Method Summary
 CostStrategy getCostStrategy()
           
 
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.OneGapForceSpotDPSequencerFactory
getCPSNetworkNodeFactory, getSequenceRecoveryStrategy
 
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.SimpleSpotDPSequencerFactory
getCPSNetworkGenerator, getEdgeValueStrategy
 
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.DPSequencerFactory
getCalc, getCPS
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGOGFSpotDPSequencerFactory

public AGOGFSpotDPSequencerFactory(int cps,
                                   MinimumSeparationCalculator<? extends WeightClass> calc)
Method Detail

getCostStrategy

public CostStrategy getCostStrategy()
Overrides:
getCostStrategy in class OneGapForceSpotDPSequencerFactory