Interface DocGen.DisplayFilter

Enclosing class:
DocGen

public static interface DocGen.DisplayFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isLegalForDisplay(DocGen dg, String suoKifTerm)
    Returns true if suoKifTerm may be displayed or included in the particular UI text or other output generated by the DocGen object dg.
  • Method Details

    • isLegalForDisplay

      boolean isLegalForDisplay(DocGen dg, String suoKifTerm)
      Returns true if suoKifTerm may be displayed or included in the particular UI text or other output generated by the DocGen object dg.
      Parameters:
      dg - The DocGen object that will use this filter to determine which terms should be displayed or otherwise included in generated output
      suoKifTerm - A term in the SUO-KIF representation language, which could be an atomic constant, a variable, a quoted character string, or a list
      Returns:
      true or false