Uses of Class
org.hackystat.telemetry.analyzer.reducer.jaxb.Parameters

Packages that use Parameters
org.hackystat.telemetry.analyzer.reducer Provides the implemetation of the Telemetry Language reducer construct, which processes sensor data and generates an instance of a TelemetryStreamCollection. 
org.hackystat.telemetry.analyzer.reducer.jaxb   
 

Uses of Parameters in org.hackystat.telemetry.analyzer.reducer
 

Methods in org.hackystat.telemetry.analyzer.reducer that return Parameters
 Parameters TelemetryReducerInfo.getParameterDescription()
          Gets the description of the parameters this reducer takes.
 

Uses of Parameters in org.hackystat.telemetry.analyzer.reducer.jaxb
 

Fields in org.hackystat.telemetry.analyzer.reducer.jaxb declared as Parameters
protected  Parameters ReducerDefinition.parameters
           
 

Methods in org.hackystat.telemetry.analyzer.reducer.jaxb that return Parameters
 Parameters ObjectFactory.createParameters()
          Create an instance of Parameters
 Parameters ReducerDefinition.getParameters()
          Gets the value of the parameters property.
 

Methods in org.hackystat.telemetry.analyzer.reducer.jaxb with parameters of type Parameters
 void ReducerDefinition.setParameters(Parameters value)
          Sets the value of the parameters property.