Class SingleEdgeFundamentalRule
source code
object --+
|
AbstractChartRule --+
|
SingleEdgeFundamentalRule
- Known Subclasses:
-
featurechart.SingleEdgeFeatureFundamentalRule,
draw.chart.FundamentalEdgeRule
A rule that joins a given edge with adjacent edges in the chart, to
form combined edges. In particular, this rule specifies that either of
the edges:
-
[A→α*Bβ][i:j]
-
[B→γ*][j:k]
licenses the edge:
if the other edge is already in the chart.
Note:
This is basically FundamentalRule, with one edge is left
unspecified.
|
|
|
|
Inherited from AbstractChartRule :
__init__ ,
apply ,
apply_everywhere ,
apply_everywhere_iter
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|
|
NUM_EDGES = 1
|
|
_fundamental_rule = FundamentalRule()
|