Individual
KEYWORDS
KEYWORDS_R
remove_type()
Domain
Var
LF
ULF
ELF
Eventuality
Condition
Repetition
parse_eventuality()
parse_condition()
parse_repetition()
parse_eventuality_list()
from_lisp_file()
from_lisp_dirs()
expectation_p()
extract_set()
make_set()
is_set()
set_union()
equal_prop_p()
not_prop_p()
and_prop_p()
or_prop_p()
characterizes_prop_p()
Bases: object
object
Defines an individual, with some canonical name and a list of aliases.
name (str) – The canonical name of the individual.
aliases (list[str], optional) – A list of aliases of the individual.
str
list[str]
Notes
TODO: currently incomplete and unused.
Methods
add_aliases
Add a list of aliases to this individual.
Return str(self).