Find topicGeneral websWeb toolsHelp |
This FunctionPipeline refers to 6 different functions, but only 5 distinct ones. Additionally, even though it referes to CropExecutableFile twice, it remaps the functions' IDs to Crop0 and Crop1, so that they can be distinguished from each other.
<FunctionPipeline rdf:ID="simplealignGrid">
<rdfs:label><![CDATA[simple align]]></rdfs:label>
<GUI>
<Icon rdf:resource="simplealignIcon" />
</GUI>
<Assign rdf:ID="Crop0">
<owl:allValuesFrom rdf:resource="CropExecutableFile" />
</Assign>
<Assign rdf:ID="Crop1">
<owl:allValuesFrom rdf:resource="CropExecutableFile" />
</Assign>
<Assign rdf:ID="AlignLinear">
<owl:allValuesFrom rdf:resource="AlignLinearExecutableFile" />
</Assign>
<Assign rdf:ID="ResliceAIR">
<owl:allValuesFrom rdf:resource="ResliceAIRExecutableFile" />
</Assign>
<Assign rdf:ID="InvertAIR">
<owl:allValuesFrom rdf:resource="InvertAIRExecutableFile" />
</Assign>
<Assign rdf:ID="CombineAIR">
<owl:allValuesFrom rdf:resource="CombineAIRExecutableFile" />
</Assign>
</FunctionPipeline>
-- MichaelJPan - 23 Feb 2005
|