fr.reseaumexico.model
Class OuputData

java.lang.Object
  extended by fr.reseaumexico.model.OuputData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OuputDataImpl

public abstract class OuputData
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
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 Summary
OuputData()
           
 
Method Summary
 void addAllScenario(Collection<Scenario> scenario)
           
 void addAllStep(Collection<Step> step)
           
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void addScenario(Scenario scenario)
           
 void addStep(Step step)
           
 boolean containsAllScenario(Collection<Scenario> scenario)
           
 boolean containsAllStep(Collection<Step> step)
           
 boolean containsScenario(Scenario scenario)
           
 boolean containsStep(Step step)
           
protected  void firePropertyChange(String propertyName, Object newValue)
           
protected  void firePropertyChange(String propertyName, Object oldValue, Object newValue)
           
protected
<T> T
getChild(Collection<T> childs, int index)
           
 InputDesign getInputDesign()
           
 Collection<Scenario> getScenario()
           
 Scenario getScenario(int index)
           
 Collection<Step> getStep()
           
 Step getStep(int index)
           
 boolean removeAllScenario(Collection<Scenario> scenario)
           
 boolean removeAllStep(Collection<Step> step)
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 boolean removeScenario(Scenario scenario)
           
 boolean removeStep(Step step)
           
 void setInputDesign(InputDesign inputDesign)
           
 void setScenario(Collection<Scenario> scenario)
           
 void setStep(Collection<Step> step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OuputData

public OuputData()
Method Detail

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.