pyreason.scripts.rules.rule_internal

Module Contents

class Rule(rule_name, rule_type, target, head_variables, delta, clauses, bnd, thresholds, ann_fn, weights, head_fns, head_fns_vars, edges, static, head_negated=False)[source]
get_rule_name()[source]
set_rule_name(rule_name)[source]
get_rule_type()[source]
get_target()[source]
get_head_variables()[source]
get_delta()[source]
get_clauses()[source]
set_clauses(clauses)[source]
get_bnd()[source]
get_thresholds()[source]
set_thresholds(thresholds)[source]
get_annotation_function()[source]
get_edges()[source]
get_weights()[source]
get_head_function()[source]
get_head_function_vars()[source]
is_static()[source]
is_head_negated()[source]