Smalldb  v0.0-177-g1a83180
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ShowDiagramBlock Class Reference

Block which displays state diagram of given state machine. More...

Inheritance diagram for ShowDiagramBlock:
Inheritance graph

Public Member Functions

 main ()
 Block body.
 
- Public Member Functions inherited from BackendBlock
 __construct ($smalldb)
 Setup block to act as expected. More...
 

Public Attributes

const force_exec = true
 Block must be always executed.
 

Protected Attributes

 $inputs
 Block inputs. More...
 
 $connections
 Default input connections. More...
 
 $outputs
 Block inputs. More...
 
- Protected Attributes inherited from BackendBlock
 $smalldb
 Smalldb backend obtained from block storage.
 

Detailed Description

Block which displays state diagram of given state machine.

Member Data Documentation

$inputs
protected
Initial value:
= array(
'machine_type' => null,
'gv_config' => null,
'gv_profile' => 'smalldb',
'slot' => 'default',
'slot_weight' => 50,
)

Block inputs.

$connections
protected
Initial value:
= array(
'machine_type' => array(),
'gv_config' => array('config', 'core.graphviz'),
)

Default input connections.

$outputs
protected
Initial value:
= array(
'done' => true,
)

Block inputs.