-
class Rule
- __init__(self, id_, premise, conclusion)
- fire(self, infEng, context)
Data and other non-method functions defined here:
- __doc__ = None
- __module__ = 'Ft.Rdf.Inference.Rule'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.