Difference between revisions of "ChangeGVBufferNode"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== Element ChangeGVBufferNode allows you to define a node in a workflow where you can make a change to the data buffer. =={{GVESB}} configuration== The following ...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
Element ChangeGVBufferNode allows you to define a node in a workflow where you can make a change to the data buffer.
 
Element ChangeGVBufferNode allows you to define a node in a workflow where you can make a change to the data buffer.
  
=={{GVESB}} configuration==
+
=={{VULCON}}/{{GVCONSOLE}} configuration==
  
The following table shows the ChangeGVBufferNode element's attributes:
+
The ChangeGVBufferNode is a [[Flow]] element that extends [[FlowNode]]. It has the following attributes:
 
{|class="gvtable"
 
{|class="gvtable"
 
! Attribute !! Type !! Description
 
! Attribute !! Type !! Description
 
|-
 
|-
| type || fixed || This attribute must assume the value flow-node.
+
| op-type || fixed || This attribute must assume the value '''change GVBuffer'''.
|-
 
| op-type || fixed || This attribute must assume the value change GVBuffer.
 
 
|-
 
|-
 
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.core.flow.ChangeGVBufferNode'''.
 
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.core.flow.ChangeGVBufferNode'''.
|-
 
| id || required || ID of the node. Unique within the 'Flow'.
 
|-
 
| input || required || Specifies the input (from the execution environment) for the operation.
 
If the input is an exception, the operation is not performed, and the output is set equal input exception.
 
|-
 
| output || optional || The operation's output (GVBuffer or Exception) is inserted into the execution environment with this exact name. Default to "input" value.
 
|-
 
| next-node-id || required || Indicates the next node in the workflow to execute when the operation ends.
 
|-
 
| point-x || optional || X position of the node in the VulCon workflows editor. Immutable, used by {{L_VULCON}}.
 
|-
 
| point-y || optional || Y position of the node in the VulCon workflows editor. Immutable, used by {{L_VULCON}}.
 
|-
 
| dump-in-out || optional || If true enable the dump of the input/output [[GVBuffer]].
 
Default false.
 
|-
 
| dump-env-in-out || optional || If true enable the dump of the input/output Execution Environment.
 
Default false.
 
 
|}
 
|}
  
 
Its subelements are:
 
Its subelements are:
* Description
 
 
* [[ChangeGVBuffer]]
 
* [[ChangeGVBuffer]]
* [[OutputServices]]
+
* [[GVOperationNode#OutputServices|OutputServices]]

Latest revision as of 15:02, 4 March 2013

Description

Element ChangeGVBufferNode allows you to define a node in a workflow where you can make a change to the data buffer.

VulCon/GV Console configuration

The ChangeGVBufferNode is a Flow element that extends FlowNode. It has the following attributes:

Attribute Type Description
op-type fixed This attribute must assume the value change GVBuffer.
class fixed This attribute must assume the value it.greenvulcano.gvesb.core.flow.ChangeGVBufferNode.

Its subelements are: