Language::XSB::Base - XSB SLG-WAN access


Language-XSB documentation  | view source Contained in the Language-XSB distribution.

Index


NAME

Top

Language::XSB::Base - XSB SLG-WAN access

SYNOPSIS

Top

  # use Language::XSB::Base;
  # better... :-)
  use Language::XSB;




ABSTRACT

Top

This module provides direct access to the XSB SLG-WAM.

DESCRIPTION

Top

This module lets get and set the XSB SLG-WAM registers converting data between Prolog and Perl formats.

It also has methods to initialize XSB and to make it run.

It should be noted that registers in XSB are indexed from 1, but in Perl they are indexed from 0!

EXPORT

xsb_init()
setreg($index, $term)
setreg_int($index, $integer)
getreg($index)
getreg_int($index)
regtype($index)
go()

SEE ALSO

Top

AUTHOR

Top

Salvador Fandiņo, <sfandino@yahoo.com>

COPYRIGHT AND LICENSE

Top


Language-XSB documentation  | view source Contained in the Language-XSB distribution.