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