comirva.config.defaults
Class ProbabilisticNetworkDefaultConfig

java.lang.Object
  extended by comirva.config.ProbabilisticNetworkConfig
      extended by comirva.config.defaults.ProbabilisticNetworkDefaultConfig

public class ProbabilisticNetworkDefaultConfig
extends ProbabilisticNetworkConfig

This class defines default values for the Probabilistic-Network-visualization.

The values speficied here are loaded when the user wishes to show such a visualization the first time or when he/she intends to load the default values.


Constructor Summary
ProbabilisticNetworkDefaultConfig()
          Creates a default configuration for a Probabilistic-Network-visualization.
 
Method Summary
 
Methods inherited from class comirva.config.ProbabilisticNetworkConfig
getAdaptationRunsEpochs, getAdaptationThreshold, getGridSize, getMaxDistReduction, getMaxEdgeThickness, getMaxVertexDiameter, getMinVertexDiameter, getProbCorrection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbabilisticNetworkDefaultConfig

public ProbabilisticNetworkDefaultConfig()

Creates a default configuration for a Probabilistic-Network-visualization.

The default values are:
  • maxEdgeThickness = 6
  • maxDistReduction = 100
  • maxVertexDiameter = 18
  • minVertexDiameter = 4
  • probCorrection = 50
  • adaptationRunsEpochs = 10
  • adaptationThreshold = 0.25
  • gridSize = 1