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

Packages that use Parameters
org.hackystat.telemetry.analyzer.function Provides the implementation of the Telemetry Language function construct, which accepts an array of either Number, String, and/or TelemetryStreamCollection objects, and returns either a Number or TelemetryStreamCollection object. 
org.hackystat.telemetry.analyzer.function.jaxb   
 

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

Methods in org.hackystat.telemetry.analyzer.function that return Parameters
 Parameters TelemetryFunctionInfo.getParameterDescription()
          Gets the description of the parameters this function takes if any.
 

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

Fields in org.hackystat.telemetry.analyzer.function.jaxb declared as Parameters
protected  Parameters FunctionDefinition.parameters
           
 

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

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