Interface IConfiguration
- All Known Implementing Classes:
Configuration,EvaluationContext,EvaluationVisitor.EvaluationContextImpl,LocalConfiguration
public interface IConfiguration
Provides access to configured variables.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptiongetAllInstances(IDatatype type) Returns all instances oftype.getDecision(AbstractVariable declaration) Returns the specifiedIDecisionVariable.
-
Method Details
-
getDecision
Returns the specifiedIDecisionVariable.- Parameters:
declaration- The declaration for which the configuration entity should be returned.- Returns:
- The
IDecisionVariablefor the given declaration
-
getAllInstances
Returns all instances oftype.- Parameters:
type- the type to return the instances for- Returns:
- all instances of type in terms of a container value consisting of references (may be null if this is not possible, e.g., in case of Integer)
-