public final class DefaultCorrelationDefinitions extends Object implements CorrelationDefinitions
CorrelationDefinitions
which
only supports 'System Center' as target or position with. The CorrelationMode
s
are the built in None and CorrelatedModifier and Type | Field and Description |
---|---|
static DefaultCorrelationDefinitions |
instance |
static String |
point |
Modifier and Type | Method and Description |
---|---|
boolean |
allowCoLocation()
Indicates whether this
SystemPlugin supports co-location or not |
List<CorrelationMode> |
getCorrelationModes()
The list of correlation modes supported by this
SystemPlugin |
List<String> |
getInterfererTargetPointNames()
The list of names of points that can be used as correlation
target points when this
SystemPlugin is an interfering system |
List<String> |
getVictimCorrelationPoints()
The list of names of points that can be used as correlation
source points when this
SystemPlugin is a victim system |
Point2D |
getVictimPosition(VictimResultCollector collector,
String relativeTo)
In the method getVictimCorrelationPoints a list of point names
can be chosen as the victim system position.
|
public static final String point
public static final DefaultCorrelationDefinitions instance
public List<String> getVictimCorrelationPoints()
CorrelationDefinitions
SystemPlugin
is a victim systemgetVictimCorrelationPoints
in interface CorrelationDefinitions
public Point2D getVictimPosition(VictimResultCollector collector, String relativeTo)
CorrelationDefinitions
getVictimPosition
in interface CorrelationDefinitions
collector
- victim system collected resultsrelativeTo
- name of the position which should be mapped to a pointpublic List<String> getInterfererTargetPointNames()
CorrelationDefinitions
SystemPlugin
is an interfering systemgetInterfererTargetPointNames
in interface CorrelationDefinitions
public List<CorrelationMode> getCorrelationModes()
CorrelationDefinitions
SystemPlugin
getCorrelationModes
in interface CorrelationDefinitions
public boolean allowCoLocation()
CorrelationDefinitions
SystemPlugin
supports co-location or notallowCoLocation
in interface CorrelationDefinitions
Copyright © 2018. All rights reserved.