net.sourceforge.plantuml.hector2.mpos
Class Distribution

java.lang.Object
  extended by net.sourceforge.plantuml.hector2.mpos.Distribution

public class Distribution
extends Object


Constructor Summary
Distribution(List<Layer> layers)
           
 
Method Summary
 double cost(Collection<Link> links)
           
 List<Layer> getLayers()
           
 MinMax getMinMaxLongitudes()
           
 double getNbLayers()
           
 List<MutationLayer> getPossibleMutations()
           
 Distribution mute(MutationLayer mutation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Distribution

public Distribution(List<Layer> layers)
Method Detail

mute

public Distribution mute(MutationLayer mutation)

cost

public double cost(Collection<Link> links)

getPossibleMutations

public List<MutationLayer> getPossibleMutations()

getLayers

public final List<Layer> getLayers()

getMinMaxLongitudes

public MinMax getMinMaxLongitudes()

getNbLayers

public double getNbLayers()


Copyright © 2014. All Rights Reserved.