Difference between revisions of "AssignInputStage"
From CCIL
(→Registration) |
(→Parameters) |
||
Line 29: | Line 29: | ||
|- | |- | ||
| IN | | IN | ||
− | | java.lang.String | + | | ''java.lang.String'' |
| The variable to be assigned. | | The variable to be assigned. | ||
| | | | ||
|- | |- | ||
| OUT | | OUT | ||
− | | java.lang.String | + | | ''java.lang.String'' |
| The value of the variable. | | The value of the variable. | ||
| | | |
Latest revision as of 12:23, 1 June 2017
Assigns its input to a run-time variable.
Overview
jar | ccil-api |
recommended name | assign |
class | net.ccil.stages.generic.AssignInputStage |
location | /ccil-api/src/main/java/net/ccil/stages/generic/AssignInputStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/AssignInputStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
IN | java.lang.String | The variable to be assigned. | |
OUT | java.lang.String | The value of the variable. |
Registration
service:assign rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.AssignInputStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA