Package com.articulate.sigma
Interface DisplayFilter
public interface DisplayFilter
This interface mandates the method isLegalForDisplay, which
determines whether or the display of a givne SUO-KIF term will be
allowed the calling context.
-
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
-