Ft.Rdf.Inference.InferenceEngine

Modules

Common  Memory  Model  sys 

Classes

class InferenceEngine
__init__(self, core, rules=None)
complete(self, subject, predicate, object)
contains(self, statement)
execute(self, items, extParams=None, context=None)
fire(self, context)
narrowRules(self, predicateId, args)

Data and other non-method functions defined here:

CHAINING = 2
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
READY = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
STOPPED = 3
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__doc__ = None
__module__ = 'Ft.Rdf.Inference.InferenceEngine'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
outStream = <open file '<stdout>', mode 'w'>
file(name[, mode[, buffering]]) -> file object

Open a file. The mode can be 'r', 'w' or 'a' for reading (default),
writing or appending. The file will be created if it doesn't exist
when opened for writing or appending; it will be truncated when
opened for writing. Add a 'b' to the mode for binary files.
Add a '+' to the mode to allow simultaneous reading and writing.
If the buffering argument is given, 0 means unbuffered, 1 means line
buffered, and larger numbers specify the buffer size.
Note: open() is an alias for file().

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Inference/InferenceEngine.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Rdf.Inference.InferenceEngine'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.