fr.reseaumexico.model
Class OuputData
java.lang.Object
fr.reseaumexico.model.OuputData
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- OuputDataImpl
public abstract class OuputData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_STEP
public static final String PROPERTY_STEP
- See Also:
- Constant Field Values
PROPERTY_INPUT_DESIGN
public static final String PROPERTY_INPUT_DESIGN
- See Also:
- Constant Field Values
PROPERTY_SCENARIO
public static final String PROPERTY_SCENARIO
- See Also:
- Constant Field Values
step
protected Collection<Step> step
inputDesign
protected InputDesign inputDesign
scenario
protected Collection<Scenario> scenario
pcs
protected final PropertyChangeSupport pcs
OuputData
public OuputData()
getStep
public Step getStep(int index)
addStep
public void addStep(Step step)
addAllStep
public void addAllStep(Collection<Step> step)
removeStep
public boolean removeStep(Step step)
removeAllStep
public boolean removeAllStep(Collection<Step> step)
containsStep
public boolean containsStep(Step step)
containsAllStep
public boolean containsAllStep(Collection<Step> step)
getStep
public Collection<Step> getStep()
setStep
public void setStep(Collection<Step> step)
getInputDesign
public InputDesign getInputDesign()
setInputDesign
public void setInputDesign(InputDesign inputDesign)
getScenario
public Scenario getScenario(int index)
addScenario
public void addScenario(Scenario scenario)
addAllScenario
public void addAllScenario(Collection<Scenario> scenario)
removeScenario
public boolean removeScenario(Scenario scenario)
removeAllScenario
public boolean removeAllScenario(Collection<Scenario> scenario)
containsScenario
public boolean containsScenario(Scenario scenario)
containsAllScenario
public boolean containsAllScenario(Collection<Scenario> scenario)
getScenario
public Collection<Scenario> getScenario()
setScenario
public void setScenario(Collection<Scenario> scenario)
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
firePropertyChange
protected void firePropertyChange(String propertyName,
Object newValue)
getChild
protected <T> T getChild(Collection<T> childs,
int index)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.