org.dawb.passerelle.editors
Interface XPathParticipant

All Known Implementing Classes:
AbstractEdnaPlugin, ControlCharAtNewOrientationv2_0, ControlCharForReorientationv2_0, ControlIndexingv10, ControlIntegrationv10, ControlStrategyv1_2, ImageIndexingPlugin, PeakSearchv1_0, ReadImageHeaderPlugin, ThumbnailImagePlugin

public interface XPathParticipant


Method Summary
 java.lang.String getExampleValue(java.lang.String getxPath, java.lang.String rename)
           
 java.lang.String getName()
          Returns participant name, used in error messaging.
 java.util.List<IVariable> getOutputVariables()
          Output from partipant
 boolean isUpstreamVariable(java.lang.String variableName)
          Tests if variable comes from upstream
 

Method Detail

isUpstreamVariable

boolean isUpstreamVariable(java.lang.String variableName)
Tests if variable comes from upstream

Parameters:
variableName -
Returns:

getName

java.lang.String getName()
Returns participant name, used in error messaging.

Returns:

getExampleValue

java.lang.String getExampleValue(java.lang.String getxPath,
                                 java.lang.String rename)
Parameters:
getxPath -
rename -
Returns:

getOutputVariables

java.util.List<IVariable> getOutputVariables()
Output from partipant

Returns: