Page MenuHomePhabricator

Extend doublechild combination nodes to many children
Closed, ResolvedPublic8 Story Points

Assigned To
None
Authored By
stwalkerster
Mar 26 2018, 11:46 PM
Referenced Files
None
Subscribers

Description

Introduce a MultiChildLogicalNode base type, which accepts 1 to inf children. Move And/Or under this banner.

Xor is awkward enough to remain under doublechild.

This paves the way for T917.

  • LogicalNode
    • TrueNode
    • FalseNode
    • SingleChildLogical
      • Not
    • DoubleChildLogical
      • Xor
    • MultiChildLogical
      • And
      • Or

Revisions and Commits

Event Timeline

stwalkerster triaged this task as Wishlist priority.Mar 26 2018, 11:46 PM
stwalkerster created this task.
stwalkerster moved this task from Backlog to Features on the EyeInTheSky board.
stwalkerster renamed this task from Extend binary-esque combination nodes to to Extend doublechild combination nodes to many children.Mar 27 2018, 7:15 AM
Diffusion closed this task as Resolved by committing Restricted Diffusion Commit.Mar 27 2018, 9:35 PM
Diffusion added a commit: Restricted Diffusion Commit.