Class: StraightBlock

flowchart. StraightBlock

new StraightBlock(node) → {Object}

Straight Block, no choices

Parameters:
Name Type Description
node Object The xml node object
Source:
Returns:
A flowchart.StraightBlock instance
Type
Object

Extends

Methods

render()

Renders the block

Source:
Returns:
void

updateStatus(status)

updates the block status

Parameters:
Name Type Description
status String the status
Source:
Returns:
void