| 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.sensitivity.wizard | |
| fr.ifremer.isisfish.ui.simulator |
| Modifier and Type | Field and Description |
|---|---|
protected FactorGroup |
FactorXMLVisitor.group |
| 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)
Deprecated.
since 4.0.1.0, this parsing method parse experimentalDesign
in version "2", don't remove for
data reading purpose, but could be removed in a future version
|
protected static FactorGroup |
DomXMLParser.parseFactorGroupV3(org.dom4j.Element fgElement,
org.nuiton.topia.TopiaContext topiaContext)
Non 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) |
| Constructor and Description |
|---|
FactorXMLVisitor(FactorGroup group)
Factor constructor with group (for mexico features).
|
| 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 |
|---|---|
protected FactorGroup |
SensitivityInputHandler.getFactorGroup() |
protected FactorGroup |
SensitivityChooserHandler.getFactorGroup()
Deprecated.
maybe be inherited
|
| Modifier and Type | Method and Description |
|---|---|
void |
SensitivityInputHandler.moveFactor(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 | Method and Description |
|---|---|
protected FactorGroup |
FactorWizardHandler.getFactorGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FactorWizardHandler.removeFactor(FactorGroup factorGroup,
String factorPath)
Recursive remove for factor in factor group by path.
|
| Modifier and Type | Method and Description |
|---|---|
protected FactorGroup |
SimulatorTabHandler.getFactorGroup()
Return FactorGroup from context.
|
| Modifier and Type | Method and Description |
|---|---|
protected Factor |
ParamsHandler.getFactor(FactorGroup factorGroup,
String factorPath)
Recursive search for factor in factor group by path.
|
protected void |
RuleChooserHandler.preRemoveRule(FactorGroup factorGroup,
int ruleIndex)
Recursive rename and delete rule factor path.
|
protected void |
OptimizationHandler.removeFactor(FactorGroup factorGroup,
String factorPath)
Deprecated.
this is a hack i think, should not be here and not used at all
|
void |
SimulatorContext.setFactorGroup(FactorGroup factorGroup) |
Copyright © 1999–2015 CodeLutin. All rights reserved.