4Suite API Documentation

Module Ft.Rdf.Inference.Predicate

######################################################################## # # File Name: Predicate.py # # Documentation: http://docs.4suite.org/4Rdf/Inference/Predicate.py.html #
Classes:

Classes

class AndDualPredicate(DualPredicate, AndMixin)

Methods inherited from class DualPredicate

Methods inherited from class Ft.Rdf.Inference.Query.DualQuery

Methods inherited from class AndMixin


class AndMixin

Methods

mergeSkolemVariables(self, context, state, resultInfo)
primeContext(self, context)

class AndSinglePredicate(SinglePredicate, AndMixin)
################Create all of the mixins##########################

Methods inherited from class SinglePredicate

Methods inherited from class Ft.Rdf.Inference.Query.SingleQuery

Methods inherited from class AndMixin


Methods

__init__(self, id_, arguments)
execute(self, infEng, context)

Methods inherited from class Ft.Rdf.Inference.Query.DualQuery


class NotDualPredicate(DualPredicate, NotMixin)

Methods inherited from class DualPredicate

Methods inherited from class Ft.Rdf.Inference.Query.DualQuery

Methods inherited from class NotMixin


class NotMixin

Methods

mergeSkolemVariables(self, context, state, resultInfos)
primeContext(self, context)

class NotSinglePredicate(SinglePredicate, NotMixin)

Methods inherited from class SinglePredicate

Methods inherited from class Ft.Rdf.Inference.Query.SingleQuery

Methods inherited from class NotMixin


class OrDualPredicate(DualPredicate, OrMixin)

Methods inherited from class DualPredicate

Methods inherited from class Ft.Rdf.Inference.Query.DualQuery

Methods inherited from class OrMixin


class OrMixin

Methods

mergeSkolemVariables(self, context, state, resultInfos)
primeContext(self, context)

class OrSinglePredicate(SinglePredicate, OrMixin)

Methods inherited from class SinglePredicate

Methods inherited from class Ft.Rdf.Inference.Query.SingleQuery

Methods inherited from class OrMixin


class Predicate

Methods

__init__(self, id_, arguments)

Methods

__init__(self, id_, arguments)
execute(self, infEng, context)

Methods inherited from class Ft.Rdf.Inference.Query.SingleQuery