Uses of Interface
org.dawb.passerelle.common.message.IVariableProvider

Packages that use IVariableProvider
org.dawb.passerelle.actors   
org.dawb.passerelle.actors.data   
org.dawb.passerelle.actors.edna   
org.dawb.passerelle.actors.file   
org.dawb.passerelle.actors.flow   
org.dawb.passerelle.actors.hardware   
org.dawb.passerelle.actors.plot   
org.dawb.passerelle.actors.process   
org.dawb.passerelle.actors.scripts   
org.dawb.passerelle.actors.ui   
org.dawb.passerelle.common.actors   
 

Uses of IVariableProvider in org.dawb.passerelle.actors
 

Classes in org.dawb.passerelle.actors that implement IVariableProvider
 class PassDelay
           
 

Uses of IVariableProvider in org.dawb.passerelle.actors.data
 

Classes in org.dawb.passerelle.actors.data that implement IVariableProvider
 class AddDatasets
          All imputs to this method are summed.
 class DataExportTransformer
          NOTE This is not a sink because it does output the file path.
 class DataImportSource
          Reads a file or directory using LoaderFactory and makes the data available to subsequent nodes which can request certain data sets for use.
 class DivideDatasets
          Divides datasets, the sum of inputs to numerator with the sum of inputs to denominator.
 class FolderImportSource
          This class just exists to display the folder with a different icon.
 class MedianDatasets
          Median taken of data sets pased to this actor.
 class MultiplyDatasets
          All imputs to this method are summed.
 class Scalar
          Sends a scalar message once on each output port.
 class SubtractDatasets
          Divides datasets, the sum of inputs to numerator with the sum of inputs to denominator.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.edna
 

Classes in org.dawb.passerelle.actors.edna that implement IVariableProvider
 class AbstractEdnaPlugin
           
 class ControlCharAtNewOrientationv2_0
          ControlCharForReorientationv2_0
 class ControlCharForReorientationv2_0
          ControlCharForReorientationv2_0
 class ControlIndexingv10
          EdnaPluginTransformer, copied from delay action.
 class ControlIntegrationv10
          EdnaPluginTransformer, copied from delay action.
 class ControlStrategyv1_2
          EdnaPluginTransformer, copied from delay action.
 class ImageIndexingPlugin
          EdnaPluginTransformer, copied from delay action.
 class PeakSearchv1_0
          ControlCharForReorientationv2_0
 class ReadImageHeaderPlugin
          EdnaPluginTransformer, copied from delay action.
 class ThumbnailImagePlugin
          EdnaPluginTransformer, copied from delay action.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.file
 

Classes in org.dawb.passerelle.actors.file that implement IVariableProvider
 class MonitorFolderSink
          Attempts to plot data in eclipse or writes a csv file with the data if that is not possible.
 class OpenFileSink
          Attempts to plot data in eclipse or writes a csv file with the data if that is not possible.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.flow
 

Classes in org.dawb.passerelle.actors.flow that implement IVariableProvider
 class If
           
 

Uses of IVariableProvider in org.dawb.passerelle.actors.hardware
 

Classes in org.dawb.passerelle.actors.hardware that implement IVariableProvider
 class TangoCommandTransformer
          This actor sets or gets a motor value, if set then value should be set (expands allowed) and if get then motor name should be set only.
 class TangoMotorTransformer
          This actor sets or gets a motor value, if set then value should be set (expands allowed) and if get then motor name should be set only.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.plot
 

Classes in org.dawb.passerelle.actors.plot that implement IVariableProvider
 class PlotSink
          Attempts to plot data in eclipse or writes a csv file with the data if that is not possible.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.process
 

Classes in org.dawb.passerelle.actors.process that implement IVariableProvider
 class ProcessTransformer
          At first site this might not appear like an AbstractDataMessageTransformer but actually several inputs like replaces may be passed to the actor.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.scripts
 

Classes in org.dawb.passerelle.actors.scripts that implement IVariableProvider
 class PythonScript
          Runs a script in Jython or Python.
 

Uses of IVariableProvider in org.dawb.passerelle.actors.ui
 

Classes in org.dawb.passerelle.actors.ui that implement IVariableProvider
 class MessageSink
          Attempts to plot data in eclipse or writes a csv file with the data if that is not possible.
 class UserInputSource
           
 class UserModifyTransformer
          Allows user to modify scalar values in the message and blocks the workflow until they have.
 

Uses of IVariableProvider in org.dawb.passerelle.common.actors
 

Classes in org.dawb.passerelle.common.actors that implement IVariableProvider
 class AbstractDataMessageSink
          This sink receives data sets and
 class AbstractDataMessageSource
           
 class AbstractDataMessageTransformer
          A Transformer which caches all messages coming into the doFire() and then forces the implemented to define a method to generate the output message from the cache.
 class AbstractDataMessageTransformer2Port
          A Transformer which caches all messages coming into the doFire() and then forces the implemented to define a method to generate the output message from the cache.
 class AbstractPassModeSink
           
 class AbstractPassModeTransformer
           
 class AbstractScriptTransformer