PlCallQuery Method (goal)

SbsSW.SwiPlCs

Copy image CopyHover image
Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlCallQuery Method (goal)
SwiPlCs interfaceSbsSW.SwiPlCsPlQueryPlCallQuery(String)

NOTE:will be changed in the near future.

return the solution of a query which is called once by call Throw an ArgumentException if there is no or more than one variable in the goal
Declaration Syntax
C# Visual Basic Visual C++ F#
public static PlTerm PlCallQuery(
	string goal
)
Public Shared Function PlCallQuery ( 
	goal As String
) As PlTerm
public:
static PlTerm PlCallQuery(
	String^ goal
)
static member PlCallQuery : 
        goal : string -> PlTerm 
Parameters
goal (String)
a goal with *one* variable
Return Value
PlTerm
the bound variable of the first solution

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)