Свойство | Тип | Описание | |
---|---|---|---|
FindVariables | void | ||
MakeRule | |||
PrintWarning | void | ||
UnwindCommaExpression | void |
Метод | Описание | |
---|---|---|
FromTerm ( Structure structure, bool checkSingletons, string source, int line ) : |
Creates a KnowledgedBaseRule given a Term object for a :- expression.
|
|
Prematch ( Prolog.PredicateArgumentIndexer argIndexers ) : bool | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
KnowledgeBaseRule ( Structure ruleHead, Structure ruleBody, bool checkSingletons, string source, int line ) : System |
Fills in fields given head and body terms.
|
Метод | Описание | |
---|---|---|
FindVariables ( object obj, List |
||
MakeRule ( Structure head, List |
||
PrintWarning ( string formatString ) : void | ||
UnwindCommaExpression ( object subgoal, List |
public static FromTerm ( Structure structure, bool checkSingletons, string source, int line ) : |
||
structure | Structure | |
checkSingletons | bool | |
source | string | |
line | int | |
Результат |
protected KnowledgeBaseRule ( Structure ruleHead, Structure ruleBody, bool checkSingletons, string source, int line ) : System | ||
ruleHead | Structure | |
ruleBody | Structure | |
checkSingletons | bool | |
source | string | |
line | int | |
Результат | System |
public Prematch ( Prolog.PredicateArgumentIndexer argIndexers ) : bool | ||
argIndexers | Prolog.PredicateArgumentIndexer | |
Результат | bool |