Uses of Class
org.hackystat.telemetry.analyzer.reducer.impl.CouplingReducer.Mode

Packages that use CouplingReducer.Mode
org.hackystat.telemetry.analyzer.reducer.impl Provides the pre-defined telemetry reducer definitions. 
 

Uses of CouplingReducer.Mode in org.hackystat.telemetry.analyzer.reducer.impl
 

Methods in org.hackystat.telemetry.analyzer.reducer.impl that return CouplingReducer.Mode
static CouplingReducer.Mode CouplingReducer.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CouplingReducer.Mode[] CouplingReducer.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hackystat.telemetry.analyzer.reducer.impl with parameters of type CouplingReducer.Mode
(package private)  java.lang.Double CouplingReducer.getData(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.period.Day startDay, org.hackystat.utilities.time.period.Day endDay, CouplingReducer.Coupling coupling, CouplingReducer.Mode mode, java.lang.String type, int threshold, java.lang.String tool)
          Returns a Coupling value for the specified time interval, or null if no SensorData.
(package private)  TelemetryStream CouplingReducer.getStream(org.hackystat.dailyprojectdata.client.DailyProjectDataClient dpdClient, org.hackystat.sensorbase.resource.projects.jaxb.Project project, org.hackystat.utilities.time.interval.Interval interval, CouplingReducer.Coupling coupling, CouplingReducer.Mode mode, java.lang.String type, int threshold, java.lang.String tool, java.lang.Object streamTagValue)
          Gets the telemetry stream.