PyReason
latest
Tutorials
Running Pyreason with an advanced graph
PyReason Hello World!
How to Create Rules
Installing PyReason
Understanding Key Concepts
API Reference
PyReason
pyreason.scripts.rules.rule_internal
Edit on GitHub
pyreason.scripts.rules.rule_internal
Module Contents
Classes
Rule
class
Rule
(
rule_name
,
rule_type
,
target
,
delta
,
clauses
,
bnd
,
thresholds
,
ann_fn
,
weights
,
edges
,
static
,
immediate_rule
)
[source]
get_rule_name
(
)
[source]
get_rule_type
(
)
[source]
get_target
(
)
[source]
get_delta
(
)
[source]
get_neigh_criteria
(
)
[source]
get_bnd
(
)
[source]
get_thresholds
(
)
[source]
get_annotation_function
(
)
[source]
get_edges
(
)
[source]
is_static
(
)
[source]
is_immediate_rule
(
)
[source]