|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo
org.hackystat.telemetry.analyzer.configuration.TelemetryChartDefinitionInfo
public class TelemetryChartDefinitionInfo
Provides information about a telemetry chart, including its name, type, and definition.
Constructor Summary | |
---|---|
TelemetryChartDefinitionInfo(java.lang.String fullDefinitionString,
org.hackystat.sensorbase.resource.users.jaxb.User owner,
ShareScope shareScope)
Constructs this instance. |
|
TelemetryChartDefinitionInfo(TelemetryChartDefinition chartDefinition,
org.hackystat.sensorbase.resource.users.jaxb.User owner,
ShareScope shareScope)
Constructs this instance. |
Method Summary | |
---|---|
TelemetryChartDefinition |
getChartDefinitionObject()
Gets the abstract syntax tree representation of this telemetry chart. |
java.lang.String |
getName()
Gets the name of this telemetry definition. |
TelemetryDefinitionType |
getType()
Gets telemetry definition type. |
Methods inherited from class org.hackystat.telemetry.analyzer.configuration.TelemetryDefinitionInfo |
---|
getDefinitionString, getOwner, getShareScope |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelemetryChartDefinitionInfo(java.lang.String fullDefinitionString, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope) throws TelemetryConfigurationException
Note that although this constructor checks for syntactic validity, it does not check for semantic validity.
fullDefinitionString
- The definition string.owner
- The owner of this definition.shareScope
- The share scope of this definition.
TelemetryConfigurationException
- If the definition string cannot be parsed.public TelemetryChartDefinitionInfo(TelemetryChartDefinition chartDefinition, org.hackystat.sensorbase.resource.users.jaxb.User owner, ShareScope shareScope) throws TelemetryConfigurationException
chartDefinition
- The telemetry chart definition object.owner
- The owner of this definition.shareScope
- The share scope of this definition.
TelemetryConfigurationException
- If the definition string cannot be parsed.Method Detail |
---|
public java.lang.String getName()
getName
in class TelemetryDefinitionInfo
public TelemetryDefinitionType getType()
getType
in class TelemetryDefinitionInfo
public TelemetryChartDefinition getChartDefinitionObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |