Interface IConfigurationVisitable

All Known Subinterfaces:
IDecisionVariable
All Known Implementing Classes:
BasisVariable, CompoundVariable, Configuration, ContainerVariable, DecisionVariable, LocalDecisionVariable, SequenceVariable, SetVariable, StructuredVariable

public interface IConfigurationVisitable
Marks visitable elements of a configuration.
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Accepts and calls the given visitor.
  • Method Details

    • accept

      void accept(IConfigurationVisitor visitor)
      Accepts and calls the given visitor.
      Parameters:
      visitor - the visitor