Class DtoDependencyReport
java.lang.Object
com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoDependencyReport
- All Implemented Interfaces:
IDtoDependencyReport
Report of a given pair of signals, providing their mutual correlation.
-
Constructor Summary
ConstructorsConstructorDescriptionDtoDependencyReport(String[] signals, Double correlation, Integer numTimestamps) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCorrelation between the two signals.Number of timestamps used to compute correlationString[]The dependency relates to these two signals.inthashCode()voidsetCorrelation(Double correlation) Correlation between the two signals.voidsetNumTimestamps(Integer numTimestamps) Number of timestamps used to compute correlationvoidsetSignals(String[] signals) The dependency relates to these two signals.withCorrelation(Double correlation) Correlation between the two signals.withNumTimestamps(Integer numTimestamps) Number of timestamps used to compute correlationwithSignals(String[] signals) The dependency relates to these two signals.
-
Constructor Details
-
DtoDependencyReport
-
-
Method Details
-
getSignals
The dependency relates to these two signals.- Specified by:
getSignalsin interfaceIDtoDependencyReport
-
setSignals
The dependency relates to these two signals.- Specified by:
setSignalsin interfaceIDtoDependencyReport
-
getCorrelation
Correlation between the two signals.- Specified by:
getCorrelationin interfaceIDtoDependencyReport
-
setCorrelation
Correlation between the two signals.- Specified by:
setCorrelationin interfaceIDtoDependencyReport
-
getNumTimestamps
Number of timestamps used to compute correlation- Specified by:
getNumTimestampsin interfaceIDtoDependencyReport
-
setNumTimestamps
Number of timestamps used to compute correlation- Specified by:
setNumTimestampsin interfaceIDtoDependencyReport
-
withSignals
The dependency relates to these two signals. -
withCorrelation
Correlation between the two signals. -
withNumTimestamps
Number of timestamps used to compute correlation -
equals
-
hashCode
public int hashCode()
-