p3j.simulation.assignments.exhaustive
Class ExhaustiveSimParameters

java.lang.Object
  extended by p3j.simulation.assignments.exhaustive.ExhaustiveSimParameters
All Implemented Interfaces:
Serializable, ISimulationParameters

public class ExhaustiveSimParameters
extends Object
implements ISimulationParameters

Holds parameters for the exhaustive assignment generation approach. Created: August 21, 2008

Author:
Christina Bohk, Roland Ewald
See Also:
Serialized Form

Constructor Summary
ExhaustiveSimParameters()
           
 
Method Summary
 double getCutOffProbability()
          Gets the cut off probability.
 double getDesiredOverallProbability()
          Gets the desired overall probability.
 int getMaxNumRuns()
          Gets the max num runs.
 double getMaxRunFraction()
          Gets the max run fraction.
 void setCutOffProbability(double cutOffProbability)
          Sets the cut off probability.
 void setDesiredOverallProbability(double desiredOverallProbability)
          Sets the desired overall probability.
 void setMaxNumRuns(int maxNumRuns)
          Sets the max num runs.
 void setMaxRunFraction(double maxRunFraction)
          Sets the max run fraction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExhaustiveSimParameters

public ExhaustiveSimParameters()
Method Detail

getMaxNumRuns

public int getMaxNumRuns()
Gets the max num runs.

Returns:
the max num runs

setMaxNumRuns

public void setMaxNumRuns(int maxNumRuns)
Sets the max num runs.

Parameters:
maxNumRuns - the new max num runs

getMaxRunFraction

public double getMaxRunFraction()
Gets the max run fraction.

Returns:
the max run fraction

setMaxRunFraction

public void setMaxRunFraction(double maxRunFraction)
Sets the max run fraction.

Parameters:
maxRunFraction - the new max run fraction

getCutOffProbability

public double getCutOffProbability()
Gets the cut off probability.

Returns:
the cut off probability

setCutOffProbability

public void setCutOffProbability(double cutOffProbability)
Sets the cut off probability.

Parameters:
cutOffProbability - the new cut off probability

getDesiredOverallProbability

public double getDesiredOverallProbability()
Gets the desired overall probability.

Returns:
the desired overall probability

setDesiredOverallProbability

public void setDesiredOverallProbability(double desiredOverallProbability)
Sets the desired overall probability.

Parameters:
desiredOverallProbability - the new desired overall probability


Copyright © 2012. All Rights Reserved.