public class InputDesignFactorEvent extends InputDesignScenarioEvent
Factor change on InputDesign| Modifier and Type | Field and Description |
|---|---|
protected String |
factorId |
protected Object |
factorNewValue |
protected Object |
factorOldValue |
scenariosource| Constructor and Description |
|---|
InputDesignFactorEvent(InputDesign inputDesign,
Scenario scenario,
String factorId,
Object oldValue,
Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFactorId() |
Object |
getFactorNewValue() |
Object |
getFactorOldValue() |
getScenario, getSourcetoStringprotected String factorId
protected Object factorOldValue
protected Object factorNewValue
public InputDesignFactorEvent(InputDesign inputDesign, Scenario scenario, String factorId, Object oldValue, Object newValue)
Copyright © 2011–2014 Code Lutin. All rights reserved.