Uses of Interface
com.articulate.sigma.DocGen.DisplayFilter
Packages that use DocGen.DisplayFilter
Package
Description
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of DocGen.DisplayFilter in com.articulate.sigma
Fields in com.articulate.sigma declared as DocGen.DisplayFilterModifier and TypeFieldDescriptionprotected DocGen.DisplayFilterDocGen.displayFilterThe DisplayFilter which, if present, determines if a given SUO-KIF object may be displayed or output by this DocGen object.Methods in com.articulate.sigma that return DocGen.DisplayFilterModifier and TypeMethodDescriptionDocGen.getDisplayFilter()Returns the DisplayFilter object associated with this DocGen object, or null if no DisplayFilter has been set.Methods in com.articulate.sigma with parameters of type DocGen.DisplayFilterModifier and TypeMethodDescriptionvoidDocGen.setDisplayFilter(DocGen.DisplayFilter filterObj) Sets the DisplayFilter associated with this DocGen object to filterObj.