public abstract class TemporalMeasure extends AMeasure implements ITemporalMeasure
| Constructor and Description |
|---|
TemporalMeasure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstProperty(String expression)
Extract first property (beginDate) from metric expression.
|
String |
getSecondProperty(String expression)
Extract second property (endDate or machineID) from metric expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getRuntimeApproximation, getSimilarity, getSimilarity, getTypepublic String getFirstProperty(String expression) throws IllegalArgumentException
expression, - metric expressionIllegalArgumentExceptionpublic String getSecondProperty(String expression) throws IllegalArgumentException
expression, - the metric expressionIllegalArgumentExceptionCopyright © 2018. All rights reserved.