|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.function.TelemetryFunctionInfo
public class TelemetryFunctionInfo
Provides information about a specific implementation of a TelemetryFunction.
Constructor Summary | |
---|---|
TelemetryFunctionInfo(TelemetryFunction function,
FunctionDefinition definition)
Constructs this instance. |
Method Summary | |
---|---|
TelemetryFunction |
getFunction()
Gets the instance of the telemetry function. |
java.lang.String |
getFunctionDescription()
Gets the description of this function. |
java.lang.String |
getName()
Gets the name of the telemetry function. |
Parameters |
getParameterDescription()
Gets the description of the parameters this function takes if any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TelemetryFunctionInfo(TelemetryFunction function, FunctionDefinition definition)
function
- The concrete instance of telemetry function.definition
- The definition of this function, from the JAXB XML class.Method Detail |
---|
public java.lang.String getName()
public TelemetryFunction getFunction()
public java.lang.String getFunctionDescription()
public Parameters getParameterDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |