fr.ifremer.isisfish.simulator.sensitivity
Class DesignPlan

java.lang.Object
  extended by fr.ifremer.isisfish.simulator.sensitivity.DesignPlan
All Implemented Interfaces:
Serializable

public class DesignPlan
extends Object
implements Serializable

Design plan contenant toutes les valeurs de facteurs possible.

Version:
$Revision: 1.0 $ Last update : $Date: 19 févr. 2009 $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Field Summary
protected  FactorGroup factorGroup
          Groupe de facteur principal du design plan.
 
Constructor Summary
DesignPlan()
          Constructor.
 
Method Summary
 void accept(DesignPlanVisitor visitor)
          Accept a new visitor.
 void addFactor(Factor f)
          Add factor.
 FactorGroup getFactorGroup()
          Return design plan main factor group.
 List<Factor> getFactors()
          Get factors list, first level of factor groups (not modifiable).
 void setFactorGroup(FactorGroup factorGroup)
          Set factors group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factorGroup

protected FactorGroup factorGroup
Groupe de facteur principal du design plan.

Constructor Detail

DesignPlan

public DesignPlan()
Constructor.

Method Detail

getFactors

public List<Factor> getFactors()
Get factors list, first level of factor groups (not modifiable).

Returns:
factors list

getFactorGroup

public FactorGroup getFactorGroup()
Return design plan main factor group.

Returns:
design plan factor group

addFactor

public void addFactor(Factor f)
Add factor.

Parameters:
f - factor to add

setFactorGroup

public void setFactorGroup(FactorGroup factorGroup)
Set factors group.

Parameters:
factorGroup - main factor group

accept

public void accept(DesignPlanVisitor visitor)
Accept a new visitor.

Parameters:
visitor -


Copyright © 1999-2012 CodeLutin. All Rights Reserved.