Package net.ssehub.easy.varModel.cst
Class ResolvedVariable
java.lang.Object
net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
net.ssehub.easy.varModel.cst.Leaf
net.ssehub.easy.varModel.cst.Variable
net.ssehub.easy.varModel.cst.ResolvedVariable
- All Implemented Interfaces:
IAttributeAccess
Carries a resolved variable. Typically used only for temporary resolution, e.g., during reasoning.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved decision variable.Methods inherited from class net.ssehub.easy.varModel.cst.Variable
accept, equals, getAttribute, getAttributesCount, getQualifier, getVariable, hashCode, inferDatatype, isSemanticallyEqual, toStringMethods inherited from class net.ssehub.easy.varModel.cst.ConstraintSyntaxTree
getAttribute, getContainedType, getName, getParent
-
Field Details
-
resolved
-
-
Constructor Details
-
ResolvedVariable
Creates a resolved variable.- Parameters:
resolved- the resolved variable
-
-
Method Details
-
getResolved
Description copied from class:VariableReturns the resolved decision variable.- Overrides:
getResolvedin classVariable- Returns:
- the decision variable (may be null)
-