public class StrategyModel extends Object
Constructor and Description |
---|
StrategyModel(int index,
ActivationStrategy strategy,
FeatureModel featureModel) |
Modifier and Type | Method and Description |
---|---|
void |
add(ParameterModel param) |
String |
getId() |
String |
getLabel() |
List<ParameterModel> |
getParameters() |
ActivationStrategy |
getStrategy() |
int |
getStrategyIndex() |
boolean |
isHasParametersWithValues() |
boolean |
isSelected() |
public StrategyModel(int index, ActivationStrategy strategy, FeatureModel featureModel)
public String getLabel()
public String getId()
public ActivationStrategy getStrategy()
public boolean isSelected()
public void add(ParameterModel param)
public List<ParameterModel> getParameters()
public int getStrategyIndex()
public boolean isHasParametersWithValues()
Copyright © 2017. All Rights Reserved.