4Suite API Documentation

Module Ft.Rdf.Inference.Assert

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

Classes

class Assert

Methods

__init__(self, id_, negative, arguments)
assert_(self, infEng, context)
chain(self, infEng, context)

class DualAssert(Assert)

Methods

execute(self, infEng, context)

Methods inherited from class Assert


class SingleAssert(Assert)

Methods

execute(self, infEng, context)

Methods inherited from class Assert