Difference between revisions of "AssignInputStage"
From CCIL
(Created page with "Assigns its input to a run-time variable. == Overview == <br/> {| |- | '''jar''' | ccil-api |- | '''recommended name''' | assign |- | '''class''' | net.ccil.stages.gene...") |
(→Registration) |
||
Line 44: | Line 44: | ||
<pre> | <pre> | ||
service:assign rdf:type entity:service ; | service:assign rdf:type entity:service ; | ||
− | + | entity:implementation "net.ccil.stages.generic.AssignInputStage" ; | |
− | + | entity:classpath "" ; | |
− | + | entity:arguments "" . | |
</pre> | </pre> | ||
Revision as of 12:22, 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