Uses of Interface
p3j.pppm.IProjectionModel

Packages that use IProjectionModel
p3j.experiment.results   
p3j.pppm   
p3j.simulation   
p3j.simulation.assignments.exhaustive   
p3j.simulation.assignments.plugintype   
p3j.simulation.assignments.random   
 

Uses of IProjectionModel in p3j.experiment.results
 

Constructors in p3j.experiment.results with parameters of type IProjectionModel
ResultsOfTrial(IProjectionModel projectionModel, ExecutionSummary execSummary)
          Instantiates new results for a trial.
 

Uses of IProjectionModel in p3j.pppm
 

Classes in p3j.pppm that implement IProjectionModel
 class ProjectionModel
          Stores a complete configuration for the PPPM, containing Set objects associated with different SetType instances.
 

Methods in p3j.pppm that return IProjectionModel
 IProjectionModel SymbolicProjectionModel.getAsDataStructure()
           
 

Methods in p3j.pppm with parameters of type IProjectionModel
 boolean SymbolicProjectionModel.setFromDataStructure(IProjectionModel model)
           
 

Uses of IProjectionModel in p3j.simulation
 

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

Uses of IProjectionModel in p3j.simulation.assignments.exhaustive
 

Methods in p3j.simulation.assignments.exhaustive with parameters of type IProjectionModel
protected  long ExhaustiveAssignmentGenerator.calculateNumOfCombinations(IProjectionModel proj)
          Calculates number of different combinations.
 void ExhaustiveAssignmentGenerator.init(IProjectionModel proj)
           
 

Uses of IProjectionModel in p3j.simulation.assignments.plugintype
 

Methods in p3j.simulation.assignments.plugintype with parameters of type IProjectionModel
 void IParamAssignmentGenerator.init(IProjectionModel projection)
          Initializes generator with the projection setup.
 

Uses of IProjectionModel in p3j.simulation.assignments.random
 

Methods in p3j.simulation.assignments.random with parameters of type IProjectionModel
 void RandomParamAssignmentGenerator.init(IProjectionModel proj)
           
 



Copyright © 2012. All Rights Reserved.