Class DtoAbstractSignalAspectReport
java.lang.Object
com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.DtoAbstractSignalAspectReport
- All Implemented Interfaces:
IDtoAbstractSignalAspectReport
public abstract class DtoAbstractSignalAspectReport
extends Object
implements IDtoAbstractSignalAspectReport
-
Field Summary
Fields inherited from interface com.vernaio.aivis.engine.v2.dependency.analysis.sdk.dto.IDtoAbstractSignalAspectReport
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionDtoAbstractSignalAspectReport(Double correlation, Double[] laggedCorrelations) -
Method Summary
Modifier and TypeMethodDescriptionbooleanId of this aspect.Overall strength of interdependency between this signal aspect and one target aspect.Double[]Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.getType()Type discriminatorinthashCode()voidId of this aspect.voidsetCorrelation(Double correlation) Overall strength of interdependency between this signal aspect and one target aspect.voidsetLaggedCorrelations(Double[] laggedCorrelations) Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.withAspect(Long aspect) Id of this aspect.withCorrelation(Double correlation) Overall strength of interdependency between this signal aspect and one target aspect.withLaggedCorrelations(Double[] laggedCorrelations) Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e.
-
Constructor Details
-
DtoAbstractSignalAspectReport
-
-
Method Details
-
getType
Type discriminator- Specified by:
getTypein interfaceIDtoAbstractSignalAspectReport
-
getAspect
Id of this aspect.- Specified by:
getAspectin interfaceIDtoAbstractSignalAspectReport
-
setAspect
Id of this aspect.- Specified by:
setAspectin interfaceIDtoAbstractSignalAspectReport
-
getCorrelation
Overall strength of interdependency between this signal aspect and one target aspect.- Specified by:
getCorrelationin interfaceIDtoAbstractSignalAspectReport
-
setCorrelation
Overall strength of interdependency between this signal aspect and one target aspect.- Specified by:
setCorrelationin interfaceIDtoAbstractSignalAspectReport
-
getLaggedCorrelations
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e. [0] is maximal lag) and one target aspect.- Specified by:
getLaggedCorrelationsin interfaceIDtoAbstractSignalAspectReport
-
setLaggedCorrelations
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e. [0] is maximal lag) and one target aspect.- Specified by:
setLaggedCorrelationsin interfaceIDtoAbstractSignalAspectReport
-
withAspect
Id of this aspect. -
withCorrelation
Overall strength of interdependency between this signal aspect and one target aspect. -
withLaggedCorrelations
Overall strength of interdependency between lagged variants of this signal aspect (sorted chronological, i.e. [0] is maximal lag) and one target aspect. -
equals
-
hashCode
public int hashCode()
-