Property | Type | Description | |
---|---|---|---|
SourceFiles | string[] |
Method | Description | |
---|---|---|
Run ( string prologCode ) : void |
Call prolog query specified by string. Provided as UI glue.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
MakeKB ( ) : void | ||
Start ( ) : void |
public Run ( string prologCode ) : void | ||
prologCode | string | Source code for Prolog query |
return | void |