Interface IConfiguration
-
- All Known Implementing Classes:
AttributeValuesPage.TemporaryAttributesConfiguration,Configuration,EvaluationContext,EvaluationVisitor.EvaluationContextImpl,LocalConfiguration
public interface IConfigurationProvides access to configured variables.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetAllInstances(IDatatype type)Returns all instances oftype.IDecisionVariablegetDecision(AbstractVariable declaration)Returns the specifiedIDecisionVariable.
-
-
-
Method Detail
-
getDecision
IDecisionVariable getDecision(AbstractVariable declaration)
Returns the specifiedIDecisionVariable.- Parameters:
declaration- The declaration for which the configuration entity should be returned.- Returns:
- The
IDecisionVariablefor the given declaration
-
-