555657585960616263
SwitchBuilderImpl(FlowBuilderImpl root, String id) { this.root = root; this.switchId = id; this.switchNode = new SwitchNodeImpl(id); root._getFlow()._getSwitches().put(id, switchNode); this.switchCaseBuilder = new SwitchCaseBuilderImpl(this); }