public abstract class OuputData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected InputDesign |
inputDesign |
protected PropertyChangeSupport |
pcs |
static String |
PROPERTY_INPUT_DESIGN |
static String |
PROPERTY_SCENARIO |
static String |
PROPERTY_STEP |
protected Collection<Scenario> |
scenario |
protected Collection<Step> |
step |
| Constructor and Description |
|---|
OuputData() |
public static final String PROPERTY_STEP
public static final String PROPERTY_INPUT_DESIGN
public static final String PROPERTY_SCENARIO
protected Collection<Step> step
protected InputDesign inputDesign
protected Collection<Scenario> scenario
protected final PropertyChangeSupport pcs
public Step getStep(int index)
public void addStep(Step step)
public void addAllStep(Collection<Step> step)
public boolean removeStep(Step step)
public boolean removeAllStep(Collection<Step> step)
public boolean containsStep(Step step)
public boolean containsAllStep(Collection<Step> step)
public Collection<Step> getStep()
public void setStep(Collection<Step> step)
public InputDesign getInputDesign()
public void setInputDesign(InputDesign inputDesign)
public Scenario getScenario(int index)
public void addScenario(Scenario scenario)
public void addAllScenario(Collection<Scenario> scenario)
public boolean removeScenario(Scenario scenario)
public boolean removeAllScenario(Collection<Scenario> scenario)
public boolean containsScenario(Scenario scenario)
public boolean containsAllScenario(Collection<Scenario> scenario)
public Collection<Scenario> getScenario()
public void setScenario(Collection<Scenario> scenario)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)
protected <T> T getChild(Collection<T> childs, int index)
Copyright © 2011-2012 Code Lutin. All Rights Reserved.