Adds a ruleName field to ExpressionChain that stores the name of the rule that the chain references in the registry, and changed the components to just be the filter names. The ruleName has its sigil removed, if one is present, when the chain is created.
Fixes #33
Adds a
ruleName
field toExpressionChain
that stores the name of the rule that the chain references in the registry, and changed thecomponents
to just be the filter names. TheruleName
has its sigil removed, if one is present, when the chain is created.