Package com.articulate.sigma
Interface DocGen.DisplayFilter
- Enclosing class:
DocGen
public static interface DocGen.DisplayFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisLegalForDisplay(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
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 outputsuoKifTerm- 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
-