Variables returns the order set of Variable tuples.
()
| 214 | |
| 215 | // Variables returns the order set of Variable tuples. |
| 216 | func (r *Rule) Variables() []*Variable { |
| 217 | return r.variables[:] |
| 218 | } |
| 219 | |
| 220 | // SetID configures the id for the rule. |
| 221 | func (r *Rule) SetID(id ValueString) { |
no outgoing calls