Class ResolvedVariable

  • All Implemented Interfaces:
    IAttributeAccess

    public class ResolvedVariable
    extends Variable
    Carries a resolved variable. Typically used only for temporary resolution, e.g., during reasoning.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • ResolvedVariable

        public ResolvedVariable​(IDecisionVariable resolved)
        Creates a resolved variable.
        Parameters:
        resolved - the resolved variable
    • Method Detail

      • getResolved

        public IDecisionVariable getResolved()
        Description copied from class: Variable
        Returns the resolved decision variable.
        Overrides:
        getResolved in class Variable
        Returns:
        the decision variable (may be null)