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

Packages that use IVariable
org.dawb.passerelle.actors.data   
org.dawb.passerelle.actors.edna   
org.dawb.passerelle.actors.hardware   
org.dawb.passerelle.actors.process   
org.dawb.passerelle.actors.scripts   
org.dawb.passerelle.actors.ui   
org.dawb.passerelle.common.actors   
org.dawb.passerelle.common.message   
org.dawb.passerelle.editors   
org.dawb.passerelle.views   
 

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

Methods in org.dawb.passerelle.actors.data that return types with arguments of type IVariable
 java.util.List<IVariable> Scalar.getInputVariables()
           
 java.util.List<IVariable> Scalar.getOutputVariables()
           
 java.util.List<IVariable> DataImportSource.getOutputVariables()
           
 java.util.List<IVariable> DataExportTransformer.getOutputVariables()
           
 

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

Methods in org.dawb.passerelle.actors.edna that return types with arguments of type IVariable
 java.util.List<IVariable> AbstractEdnaPlugin.getInputVariables()
           
 java.util.List<IVariable> AbstractEdnaPlugin.getOutputVariables()
          This method reads the output file and returns the variable names defined in the output file.
 

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

Methods in org.dawb.passerelle.actors.hardware that return types with arguments of type IVariable
 java.util.List<IVariable> TangoCommandTransformer.getOutputVariables()
           
 java.util.List<IVariable> TangoMotorTransformer.getOutputVariables()
           
 

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

Methods in org.dawb.passerelle.actors.process that return types with arguments of type IVariable
 java.util.List<IVariable> ProcessTransformer.getOutputVariables()
          Adds the scalar and the
 

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

Methods in org.dawb.passerelle.actors.scripts that return types with arguments of type IVariable
 java.util.List<IVariable> PythonScript.getOutputVariables()
          Adds the scalar and the
 

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

Methods in org.dawb.passerelle.actors.ui that return types with arguments of type IVariable
 java.util.List<IVariable> UserModifyTransformer.getOutputVariables()
           
 java.util.List<IVariable> UserInputSource.getOutputVariables()
           
 

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

Methods in org.dawb.passerelle.common.actors that return types with arguments of type IVariable
 java.util.List<IVariable> AbstractPassModeSink.getInputVariables()
          These are cached and cleared when the model is.
 java.util.List<IVariable> AbstractPassModeTransformer.getInputVariables()
          These are cached and cleared when the model is.
 java.util.List<IVariable> AbstractDataMessageSource.getInputVariables()
          These are cached and cleared when the model is.
 java.util.List<IVariable> AbstractPassModeSink.getOutputVariables()
           
 java.util.List<IVariable> AbstractPassModeTransformer.getOutputVariables()
          Adds the scalar and the
 java.util.List<IVariable> AbstractDataMessageSource.getOutputVariables()
          Adds the scalar and the
 

Uses of IVariable in org.dawb.passerelle.common.message
 

Classes in org.dawb.passerelle.common.message that implement IVariable
 class Variable
           
 class XPathVariable
           
 

Methods in org.dawb.passerelle.common.message that return types with arguments of type IVariable
 java.util.List<IVariable> IVariableProvider.getInputVariables()
          List is likely to be unmodifiable.
 java.util.List<IVariable> IVariableProvider.getOutputVariables()
          List is likely to be unmodifiable.
 

Method parameters in org.dawb.passerelle.common.message with type arguments of type IVariable
static java.lang.String VariableUtils.getUniqueVariableName(java.lang.String name, java.util.List<IVariable> vars)
          returns a name which has a name not contained in vars
 

Uses of IVariable in org.dawb.passerelle.editors
 

Methods in org.dawb.passerelle.editors that return IVariable
 IVariable XPathEditor.getSelected()
           
 

Methods in org.dawb.passerelle.editors that return types with arguments of type IVariable
 java.util.List<IVariable> SubstitutionParticipant.getInputVariables()
          Used to define things that can be inserted
 java.util.List<IVariable> XPathParticipant.getOutputVariables()
          Output from partipant
 

Methods in org.dawb.passerelle.editors with parameters of type IVariable
 int XPathComparitor.compare(IVariable o1, IVariable o2)
           
 

Uses of IVariable in org.dawb.passerelle.views
 

Method parameters in org.dawb.passerelle.views with type arguments of type IVariable
static java.util.List<org.dawb.passerelle.views.VariableTableObject> VariableTableModelUtils.getTableObjects(java.util.List<IVariable> in, java.util.List<IVariable> out)
           
static java.util.List<org.dawb.passerelle.views.VariableTableObject> VariableTableModelUtils.getTableObjects(java.util.List<IVariable> in, java.util.List<IVariable> out)