Interface DecisionVariableProvider

All Known Implementing Classes:
AasIvmlMapper, AbstractIvmlModifier

public interface DecisionVariableProvider
Provides access to decision variables.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    net.ssehub.easy.varModel.confModel.IDecisionVariable
    Returns a decision variable for a given variable name.
  • Method Details

    • getVariable

      net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable(String varName) throws ExecutionException
      Returns a decision variable for a given variable name.
      Parameters:
      varName - the variable name
      Returns:
      the associated decision variable, may be null for node
      Throws:
      ExecutionException - if retrieving the node fails