Uses of Class
fr.reseaumexico.model.Feature

Packages that use Feature
fr.reseaumexico.model   
fr.reseaumexico.model.parser   
fr.reseaumexico.model.writer   
 

Uses of Feature in fr.reseaumexico.model
 

Subclasses of Feature in fr.reseaumexico.model
 class FeatureImpl
           
 

Fields in fr.reseaumexico.model declared as Feature
protected  Feature Step.feature
           
 

Fields in fr.reseaumexico.model with type parameters of type Feature
protected  Collection<Feature> Scenario.feature
           
protected  Collection<Feature> Factor.feature
           
 

Methods in fr.reseaumexico.model that return Feature
 Feature Step.getFeature()
           
 Feature Scenario.getFeature(int index)
           
 Feature Factor.getFeature(int index)
           
 

Methods in fr.reseaumexico.model that return types with arguments of type Feature
 Collection<Feature> Scenario.getFeature()
           
 Collection<Feature> Factor.getFeature()
           
 

Methods in fr.reseaumexico.model with parameters of type Feature
 void Scenario.addFeature(Feature feature)
           
 void Factor.addFeature(Feature feature)
           
 boolean Scenario.containsFeature(Feature feature)
           
 boolean Factor.containsFeature(Feature feature)
           
 boolean Scenario.removeFeature(Feature feature)
           
 boolean Factor.removeFeature(Feature feature)
           
 void Step.setFeature(Feature feature)
           
 

Method parameters in fr.reseaumexico.model with type arguments of type Feature
 void Scenario.addAllFeature(Collection<Feature> feature)
           
 void Factor.addAllFeature(Collection<Feature> feature)
           
 boolean Scenario.containsAllFeature(Collection<Feature> feature)
           
 boolean Factor.containsAllFeature(Collection<Feature> feature)
           
 boolean Scenario.removeAllFeature(Collection<Feature> feature)
           
 boolean Factor.removeAllFeature(Collection<Feature> feature)
           
 void Scenario.setFeature(Collection<Feature> feature)
           
 void Factor.setFeature(Collection<Feature> feature)
           
 

Uses of Feature in fr.reseaumexico.model.parser
 

Methods in fr.reseaumexico.model.parser that return Feature
protected  Feature ExperimentDesignParser.parseFeature(org.xmlpull.v1.XmlPullParser parser)
           
 

Uses of Feature in fr.reseaumexico.model.writer
 

Method parameters in fr.reseaumexico.model.writer with type arguments of type Feature
protected  void MexicoXmlWriter.addAllFeature(XmlNode factorXmlNode, Collection<Feature> features)
           
 



Copyright © 2011-2012 Code Lutin. All Rights Reserved.