Package org.togglz.console.model
Class StrategyModel
java.lang.Object
org.togglz.console.model.StrategyModel
-
Constructor Summary
ConstructorsConstructorDescriptionStrategyModel(int index, org.togglz.core.spi.ActivationStrategy strategy, FeatureModel featureModel) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ParameterModel param) getId()getLabel()org.togglz.core.spi.ActivationStrategyintbooleanboolean
-
Constructor Details
-
StrategyModel
public StrategyModel(int index, org.togglz.core.spi.ActivationStrategy strategy, FeatureModel featureModel)
-
-
Method Details
-
getLabel
-
getId
-
getStrategy
public org.togglz.core.spi.ActivationStrategy getStrategy() -
isSelected
public boolean isSelected() -
add
-
getParameters
-
getStrategyIndex
public int getStrategyIndex() -
isHasParametersWithValues
public boolean isHasParametersWithValues()
-