Class StrategyModel

java.lang.Object
org.togglz.console.model.StrategyModel

public class StrategyModel extends Object
  • Constructor Details

    • StrategyModel

      public StrategyModel(int index, org.togglz.core.spi.ActivationStrategy strategy, FeatureModel featureModel)
  • Method Details

    • getLabel

      public String getLabel()
    • getId

      public String getId()
    • getStrategy

      public org.togglz.core.spi.ActivationStrategy getStrategy()
    • isSelected

      public boolean isSelected()
    • add

      public void add(ParameterModel param)
    • getParameters

      public List<ParameterModel> getParameters()
    • getStrategyIndex

      public int getStrategyIndex()
    • isHasParametersWithValues

      public boolean isHasParametersWithValues()