Ft.Rdf.Inference.Action

Modules

Common  Set  types   
Rdf  string     

Classes

class Action
__init__(self, id_)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 AverageAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, arg)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
__init__(self, arg)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 DifferenceAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, arg, arg1)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 ExternalParamAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, name, val)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
__init__(self, arg, index)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 IntersectionAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, arg, arg1)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
_PathsAction__recurseFind = __recurseFind(self, infEng, context, curSub, predicates, end, traversed)
__init__(self, startSubject, endObject, allowedPredicates)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 ReverseAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, arg)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 ReversePathsAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
_ReversePathsAction__recurseFind = __recurseFind(self, infEng, context, curObj, predicates, end, traversed)
__init__(self, startObject, endSubject, allowedPredicates)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
__init__(self, arg, start, end)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
_SortAction__sortFunc = __sortFunc(self, left, right)
__init__(self, arg, sortType, key='object')
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 SortType

Data and other non-method functions defined here:

NUMBER_SORT = 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.
STRING_SORT = 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.
__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 Statement(Ft.Rdf.Resource.Resource)
__cmp__(self, other)
__init__(self, subject, predicate, object, statementUri='', scope='', objectType='?')
__repr__(self)
reify(self, model, uri=None)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Statement'
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 StatementObject(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, item)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 StatementPredicate(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, item)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 StatementSubject(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, item)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
__init__(self, arg)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_4rdf_dump(self, indent=0)
__init__(self, arg, arg1)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 UniqueAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, arg)
execute(self, infEng, context)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Rdf.Inference.Action'
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 VariableSetAction(Ft.Rdf.Inference.Action.Action)
_4rdf_dump(self, indent=0)
__init__(self, name, val)
execute(self, infEng, context)

Data and other non-method functions defined here:

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

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

Data

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

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_keyMap = {'object': 2, 'predicate': 1, 'subject': 0}