Enum Class SimuComAnalysisResult.TimeseriesData
java.lang.Object
java.lang.Enum<SimuComAnalysisResult.TimeseriesData>
de.uka.ipd.sdq.dsexplore.analysis.simucom.SimuComAnalysisResult.TimeseriesData
- All Implemented Interfaces:
Serializable
,Comparable<SimuComAnalysisResult.TimeseriesData>
,Constable
- Enclosing class:
- SimuComAnalysisResult
protected static enum SimuComAnalysisResult.TimeseriesData
extends Enum<SimuComAnalysisResult.TimeseriesData>
Identifier for subsets of data elements that belong to a single time series element.
Copied from de.uka.ipd.sdq.sensorframework.visualisation.rvisualisation.reports.RReport,
will copy instead of import to not get a dependency on an R dependent plugin.
- See Also:
-
TimeSeries
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SimuComAnalysisResult.TimeseriesData[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TIMESPAN
The timespan value of the time series data point. -
EVENTTIME
The eventtime value of the time series data point. -
BOTH
Both, the timespan and eventtime, of the time series data point.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-