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
  • Field Details

  • Constructor Details

    • ResolvedVariable

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

    • 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)