EmbASP-Python
|
Public Member Functions | |
def | __init__ (self, terms) |
def | get_predicate_name (cls) |
def | get_terms_type (self) |
This class have to be implemented by subclasses in order to represent a predicate.
Definition at line 4 of file predicate.py.
def languages.predicate.Predicate.get_predicate_name | ( | cls | ) |
Return a string representing the name of a predicate.
Definition at line 21 of file predicate.py.
def languages.predicate.Predicate.get_terms_type | ( | self | ) |
Return a __map_terms_type dict.
Definition at line 25 of file predicate.py.