Uses of Interface
nextgrid.api.pom.Reference

Packages that use Reference
nextgrid.api.pom   
 

Uses of Reference in nextgrid.api.pom
 

Methods in nextgrid.api.pom that return Reference
 Reference<T> Reference.copy()
          makes a deep copy of this instance.
 Reference<?> Process.getInput(java.lang.String name)
          Gets an input reference by name.
 Reference<?> ControlProcess.getLocalVar(java.lang.String name)
          Gets a reference used by this process as a local variable.
 Reference<?> Process.getOutput(java.lang.String name)
          Gets an output reference by name.
 

Methods in nextgrid.api.pom that return types with arguments of type Reference
 java.util.Map<java.lang.String,Reference<?>> Process.getInputs()
          Gets the map of references to input parameters.
 java.util.Map<java.lang.String,Reference<?>> ControlProcess.getLocalVars()
          Gets the collection of all local variables defined in the scope of this process instance.
 java.util.Map<java.lang.String,Reference<?>> Process.getOutputs()
          Gets the map of references to output parameters.
 

Methods in nextgrid.api.pom with parameters of type Reference
 void Process.putInput(java.lang.String key, Reference<?> input)
          Puts a reference into the map of input parameters for this process.
 void Process.putOutput(java.lang.String key, Reference<?> output)
          Puts a reference into the map of output parameters for this process.
 void ControlProcess.setLocalVar(java.lang.String name, Reference<?> value)
          Sets a reference used by this process as a local variable.
 



Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.