C# Class Prolog.KnowledgeBaseRule5

Inheritance: KnowledgeBaseRule
Mostrar archivo Open project: ianhorswill/UnityProlog

Public Methods

Method Description
KnowledgeBaseRule5 ( Structure ruleHead, Structure ruleBody, bool checkSingletons, string source, int line ) : System

Private Methods

Method Description
Prove ( object args, PrologContext context, ushort parentFrame ) : IEnumerable

Method Details

KnowledgeBaseRule5() public method

public KnowledgeBaseRule5 ( Structure ruleHead, Structure ruleBody, bool checkSingletons, string source, int line ) : System
ruleHead Structure
ruleBody Structure
checkSingletons bool
source string
line int
return System