Class AbstractGraphLdoModality

All Implemented Interfaces:
Formula, ClassicalFormula, Conjunctable, Disjunctable, Invertable, ProbabilityAware, SimpleLogicalFormula
Direct Known Subclasses:
LdoGraphBoxModality, LdoGraphDiamondModality

public abstract class AbstractGraphLdoModality extends AbstractLdoModality
Provides common functionalities for the graph-based modalities in LDO.
Author:
Matthias Thimm
  • Constructor Details

    • AbstractGraphLdoModality

      public AbstractGraphLdoModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments)
      Constructs an instance of this modality with specified inner formula and sets of reference arguments.
      Parameters:
      innerFormula - The formula within the modality.
      lowerReferenceArguments - Set of arguments that represent the lower reference context.
      upperReferenceArguments - Set of arguments that represent the upper reference context.
  • Method Details