Uses of Interface
p3j.simulation.assignments.plugintype.IParamAssignmentGenerator

Packages that use IParamAssignmentGenerator
p3j.experiment   
p3j.simulation   
p3j.simulation.assignments.exhaustive   
p3j.simulation.assignments.plugintype   
p3j.simulation.assignments.random   
 

Uses of IParamAssignmentGenerator in p3j.experiment
 

Methods in p3j.experiment that return types with arguments of type IParamAssignmentGenerator
 Class<? extends IParamAssignmentGenerator> ExperimentDefinition.getSimulator()
          Gets the simulator.
 

Method parameters in p3j.experiment with type arguments of type IParamAssignmentGenerator
 void ExperimentDefinition.setSimulator(Class<? extends IParamAssignmentGenerator> simulator)
          Sets the simulator.
 

Constructor parameters in p3j.experiment with type arguments of type IParamAssignmentGenerator
ExperimentDefinition(ProjectionModel proj, long randS, Date currentDate, String userName, Class<? extends IParamAssignmentGenerator> sim)
          Default constructor.
 

Uses of IParamAssignmentGenerator in p3j.simulation
 

Methods in p3j.simulation with parameters of type IParamAssignmentGenerator
protected  james.core.util.misc.Pair<Map<ParameterInstance,ParameterAssignment>,List<GeneratorError>> SingleExecution.chooseAssignment(IParamAssignmentGenerator generator, james.core.math.random.generators.IRandom rng)
          Lets the IParamAssignmentGenerator choose a valid assignment and sets up all auxiliary data structures according to this.
 james.core.util.misc.Pair<ExecutionSummary,List<GeneratorError>> SingleExecution.execute(IParamAssignmentGenerator generator)
          Sets up and executes a single variable assignment for the PPPM.
 

Constructors in p3j.simulation with parameters of type IParamAssignmentGenerator
PPPMProcessor(IProjectionModel mod, IParamAssignmentGenerator gen)
          Default constructor.
 

Uses of IParamAssignmentGenerator in p3j.simulation.assignments.exhaustive
 

Classes in p3j.simulation.assignments.exhaustive that implement IParamAssignmentGenerator
 class ExhaustiveAssignmentGenerator
          Generator that analyses probabilities to select the most probable combinations first (and also avoid re-trying existing combinations).
 

Methods in p3j.simulation.assignments.exhaustive that return IParamAssignmentGenerator
 IParamAssignmentGenerator ExhaustiveParamAssignmentGenFactory.create(james.core.parameters.ParameterBlock params)
           
 

Uses of IParamAssignmentGenerator in p3j.simulation.assignments.plugintype
 

Methods in p3j.simulation.assignments.plugintype that return IParamAssignmentGenerator
abstract  IParamAssignmentGenerator ParamAssignmentGenFactory.create(james.core.parameters.ParameterBlock params)
          Creates an IParamAssignmentGenerator instance.
 

Uses of IParamAssignmentGenerator in p3j.simulation.assignments.random
 

Classes in p3j.simulation.assignments.random that implement IParamAssignmentGenerator
 class RandomParamAssignmentGenerator
          Simple parameter assignment generator that just employs random sampling.
 

Methods in p3j.simulation.assignments.random that return IParamAssignmentGenerator
 IParamAssignmentGenerator RandomParamAssignmentGenFactory.create(james.core.parameters.ParameterBlock params)
           
 



Copyright © 2012. All Rights Reserved.