Package | Description |
---|---|
com.articulate.sigma |
Provides classes for the Sigma knowledge engineering environment version developed
at Articulate Software Inc.
|
Modifier and Type | Method and Description |
---|---|
static CCheckManager.CCheckStatus |
KBmanager.ccheckStatus(java.lang.String kbName) |
CCheckManager.CCheckStatus |
CCheckManager.ccheckStatus(java.lang.String kbName)
Returns the current status of a KB
|
static CCheckManager.CCheckStatus |
KBmanager.initiateCCheck(KB kb,
java.lang.String chosenEngine,
java.lang.String systemChosen,
java.lang.String location,
java.lang.String language,
int timeout) |
CCheckManager.CCheckStatus |
CCheckManager.performConsistencyCheck(KB kb,
java.lang.String chosenEngine,
java.lang.String systemChosen,
java.lang.String location,
java.lang.String language,
int timeout)
Main code that performs the consistency check on the KB.
|
static CCheckManager.CCheckStatus |
CCheckManager.CCheckStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CCheckManager.CCheckStatus[] |
CCheckManager.CCheckStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|