Class LdoGraphBoxModality

All Implemented Interfaces:
Formula, ClassicalFormula, Conjunctable, Disjunctable, Invertable, ProbabilityAware, SimpleLogicalFormula

public class LdoGraphBoxModality extends AbstractGraphLdoModality
Represents the graph box modality in LDO.
Author:
Matthias Thimm
  • Constructor Details

    • LdoGraphBoxModality

      public LdoGraphBoxModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments)
      Creates a graph box modality around the given formula.
      Parameters:
      innerFormula - the enclosed formula
      lowerReferenceArguments - the lower reference arguments
      upperReferenceArguments - the upper reference arguments
  • Method Details