| Package | Description |
|---|---|
| fr.reseaumexico.model | |
| fr.reseaumexico.model.parser | |
| fr.reseaumexico.model.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Feature |
Step.feature |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Feature> |
Factor.feature |
protected Collection<Feature> |
Scenario.feature |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Step.getFeature() |
Feature |
Factor.getFeature(int index) |
Feature |
Scenario.getFeature(int index) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Feature> |
Factor.getFeature() |
Collection<Feature> |
Scenario.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
Factor.addFeature(Feature feature) |
void |
Scenario.addFeature(Feature feature) |
boolean |
Factor.containsFeature(Feature feature) |
boolean |
Scenario.containsFeature(Feature feature) |
boolean |
Factor.removeFeature(Feature feature) |
boolean |
Scenario.removeFeature(Feature feature) |
void |
Step.setFeature(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
Factor.addAllFeature(Collection<Feature> feature) |
void |
Scenario.addAllFeature(Collection<Feature> feature) |
boolean |
Factor.containsAllFeature(Collection<Feature> feature) |
boolean |
Scenario.containsAllFeature(Collection<Feature> feature) |
boolean |
Factor.removeAllFeature(Collection<Feature> feature) |
boolean |
Scenario.removeAllFeature(Collection<Feature> feature) |
void |
Factor.setFeature(Collection<Feature> feature) |
void |
Scenario.setFeature(Collection<Feature> feature) |
| Modifier and Type | Method and Description |
|---|---|
protected Feature |
ExperimentDesignParser.parseFeature(org.xmlpull.v1.XmlPullParser parser) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MexicoXmlWriter.addAllFeature(XmlNode factorXmlNode,
Collection<Feature> features) |
Copyright © 2011–2014 Code Lutin. All rights reserved.