Class BlockIfElse


public class BlockIfElse extends BlockGraph
A standard if/else control flow block possible multiple incoming edges 1 outgoing edge - going to the common out block rejoining the 2 control flows 1 "condition" block with exactly 2 outputs 1 "true" block representing the control flow if the condition is true 1 "false" block representing the control flow if the condition is false
  • Constructor Details

    • BlockIfElse

      public BlockIfElse()