Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTerm Constructor
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► PlTerm()()()()
A new PlTerm can be also created by the static methods:
static method | Description |
---|---|
PlVar()()()() | Creates a new initialised term (holding a Prolog variable). |
PlTail(PlTerm) | PlTail is for analysing and constructing lists. |
PlCompound(string) | Create compound terms. E.g. by parsing (as read/1) the given text. |
PlString(String) | Create a SWI-Prolog string. |
PlCodeList(String) | Create a Prolog list of ASCII codes from a 0-terminated C-string. |
PlCharList(String) | Create a Prolog list of one-character atoms from a 0-terminated C-string. |
Members
Icon | Member | Description |
---|---|---|
PlTerm(String) |
Creates a term-references holding a Prolog term representing text.
|
|
PlTerm(Int32) |
Creates a term-references holding a Prolog integer representing value.
|
|
PlTerm(Double) |
Creates a term-references holding a Prolog float representing value.
|
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)