| Package | Description |
|---|---|
| fr.ifremer.isisfish.mexico.xml |
Design plan and scenario xml import/export.
|
| fr.ifremer.isisfish.simulator.sensitivity |
Sensitivity analysis.
|
| fr.ifremer.isisfish.simulator.sensitivity.visitor |
XML import/export visitor.
|
| fr.ifremer.isisfish.ui.sensitivity | |
| fr.ifremer.isisfish.ui.sensitivity.model |
Sensitivity specifics swing models.
|
| fr.ifremer.isisfish.ui.simulator |
| Modifier and Type | Method and Description |
|---|---|
protected static FactorGroup |
DomXMLParser.parseFactorGroup(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Deprecated.
since 4.0.0.0, this parsing method parse experimentalDesign
in version "0" or "null" version, don't remove for
data reading purpose, but could be removed in a future version
|
protected static FactorGroup |
DomXMLParser.parseFactorGroupV2(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Recursive parse of factor group elements (>factors<).
|
| Modifier and Type | Method and Description |
|---|---|
void |
FactorGroupXMLVisitor.end(FactorGroup factorGroup) |
void |
FactorGroupXMLVisitor.start(FactorGroup factorGroup) |
void |
DesignPlanXMLVisitor.visit(DesignPlan designPlan,
FactorGroup factorGroup)
Visit factor.
|
void |
FactorGroupXMLVisitor.visit(FactorGroup factorGroup,
Factor factor) |
| Modifier and Type | Field and Description |
|---|---|
protected FactorGroup |
DesignPlan.factorGroup
Groupe de facteur principal du design plan.
|
| Modifier and Type | Method and Description |
|---|---|
FactorGroup |
DesignPlan.getFactorGroup()
Return design plan main factor group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DesignPlan.setFactorGroup(FactorGroup factorGroup)
Set factors group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FactorGroupVisitor.end(FactorGroup factorGroup)
End.
|
void |
FactorGroupVisitor.start(FactorGroup factorGroup)
Start.
|
void |
DesignPlanVisitor.visit(DesignPlan designPlan,
FactorGroup factorGroup)
Visit factor.
|
void |
FactorGroupVisitor.visit(FactorGroup factorGroup,
Factor factor)
Visit domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensitivityInputHandler.moveFactor(SensitivityTabUI sensitivityTabUI,
FactorGroup selectedFactorGroup,
List<Factor> movedFactors)
Move factors to another factorgroup.
|
| Modifier and Type | Method and Description |
|---|---|
FactorGroup |
FactorTree.getSelectedFactorGroup()
Return selected factor group.
|
| Modifier and Type | Field and Description |
|---|---|
protected FactorGroup |
SimulAction.factorGroup
List de facteur sous forme d'arbre (factor group).
|
| Modifier and Type | Method and Description |
|---|---|
FactorGroup |
SimulAction.getFactorGroup()
Get current simulation factor list.
|
| Modifier and Type | Method and Description |
|---|---|
protected Factor |
SimulAction.getFactor(FactorGroup factorGroup,
String factorPath)
Recursive search for factor in factor group by path.
|
protected void |
SimulAction.preRemoveRule(FactorGroup factorGroup,
int ruleIndex)
Recursive rename and delete rule factor path.
|
protected void |
SimulAction.removeFactor(FactorGroup factorGroup,
String factorPath)
Recursive remove for factor in factor group by path.
|
Copyright © 1999–2013 CodeLutin. All rights reserved.