class documentation
class FundamentalEdgeRule(EdgeRule, SingleEdgeFundamentalRule): (source)
Constructor: FundamentalEdgeRule(edge)
Undocumented
Inherited from EdgeRule
:
Method | __init__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | apply |
Undocumented |
Instance Variable | NUM |
Undocumented |
Instance Variable | _edge |
Undocumented |
Inherited from SingleEdgeFundamentalRule
(via EdgeRule
):
Method | _apply |
Undocumented |
Method | _apply |
Undocumented |
Inherited from AbstractChartRule
(via EdgeRule
, SingleEdgeFundamentalRule
, FundamentalRule
):
Method | apply |
Return a generator that will add all edges licensed by this rule, given the edges that are currently in the chart, one at a time. Each time the generator is resumed, it will either add a new edge and yield that edge; or return. |