public class DesignPlan extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected FactorGroup |
factorGroup
Groupe de facteur principal du design plan.
|
Constructor and Description |
---|
DesignPlan()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected FactorGroup factorGroup
public List<Factor> getFactors()
public FactorGroup getFactorGroup()
public void addFactor(Factor f)
f
- factor to addpublic void setFactorGroup(FactorGroup factorGroup)
factorGroup
- main factor grouppublic void accept(DesignPlanVisitor visitor)
visitor
- Copyright © 1999–2020 CodeLutin. All rights reserved.