Uses of Enum Class
com.articulate.sigma.CCheckManager.CCheckStatus
Packages that use CCheckManager.CCheckStatus
Package
Description
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
-
Uses of CCheckManager.CCheckStatus in com.articulate.sigma
Methods in com.articulate.sigma that return CCheckManager.CCheckStatusModifier and TypeMethodDescriptionCCheckManager.ccheckStatus(String kbName) Returns the current status of a KBstatic CCheckManager.CCheckStatusKBmanager.ccheckStatus(String kbName) static CCheckManager.CCheckStatusKBmanager.initiateCCheck(KB kb, String chosenEngine, String systemChosen, String location, String language, int timeout) CCheckManager.performConsistencyCheck(KB kb, String chosenEngine, String systemChosen, String location, String language, int timeout) Main code that performs the consistency check on the KB.static CCheckManager.CCheckStatusReturns the enum constant of this class with the specified name.static CCheckManager.CCheckStatus[]CCheckManager.CCheckStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.