Package org.seamcat.model.plugin.system
Interface CorrelationMode
-
- All Superinterfaces:
ExtendableEnum
public interface CorrelationMode extends ExtendableEnum
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounds
getBounds(InterferenceLink link)
Point2D
getCorrelationVector(InterferenceLink link, Results preSimulation)
java.lang.String
information()
-
-
-
Method Detail
-
getCorrelationVector
Point2D getCorrelationVector(InterferenceLink link, Results preSimulation)
-
getBounds
Bounds getBounds(InterferenceLink link)
-
information
java.lang.String information()
-
-