Ft.Rdf.Inference.Common

Modules

string  types     

Classes

class Argument
__init__(self, name, typ)
execute(self, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

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

Data and other non-method functions defined here:

ACTION = 5
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.
QUERY = 4
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.
SKOLEM_VARIABLE = 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.
STRING_LIST = 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.
VARIABLE = 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.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Context
__init__(self, variables=None, external_params=None, fire_rules=0, nss=None)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class LiteralArgument(Ft.Rdf.Inference.Common.Argument)
__init__(self, name, typ, value)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Predicate
__init__(self, id_, negative)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class SkolemVariableArgument(Ft.Rdf.Inference.Common.Argument)
_4rdf_dump(self, indent=0)
__init__(self, name)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class StringListLiteralArgument(Ft.Rdf.Inference.Common.LiteralArgument)
_4rdf_dump(self, indent=0)
__init__(self, name, value)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class VariableReferenceArgument(Ft.Rdf.Inference.Common.Argument)
_4rdf_dump(self, indent=0)
__init__(self, name)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Common'
str(object) -> string

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

Functions

SplitQName(qname)
StringLiteralArgument(name, value)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Rdf/Inference/Common.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.Common'
str(object) -> string

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