Package targetMotionOld.algorithms
Class Simplex3DNew<T extends GroupDetection>
java.lang.Object
targetMotionOld.algorithms.AbstractTargetMotionModel<T>
targetMotionOld.algorithms.Simplex2DNew<T>
targetMotionOld.algorithms.Simplex3DNew<T>
- All Implemented Interfaces:
LocaliserModel<T>
,TargetMotionModel<T>
-
Field Summary
Fields inherited from class targetMotionOld.algorithms.Simplex2DNew
detectionGroupLocaliser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe type of localisation information the localiser can accept.getName()
Get the name which describes the localiser.Methods inherited from class targetMotionOld.algorithms.Simplex2DNew
getAlgorithmSettingsPane, hasParams, notifyModelProgress, runModel
Methods inherited from class targetMotionOld.algorithms.AbstractTargetMotionModel
getPlotSymbol
-
Constructor Details
-
Simplex3DNew
-
-
Method Details
-
getName
Description copied from interface:LocaliserModel
Get the name which describes the localiser.- Specified by:
getName
in interfaceLocaliserModel<T extends GroupDetection>
- Overrides:
getName
in classSimplex2DNew<T extends GroupDetection>
- Returns:
- the name of the localiser.
-
getToolTipText
- Specified by:
getToolTipText
in interfaceLocaliserModel<T extends GroupDetection>
- Overrides:
getToolTipText
in classSimplex2DNew<T extends GroupDetection>
-
getLocContents
Description copied from interface:LocaliserModel
The type of localisation information the localiser can accept. e.g. bearings, time delays etc. The types are defined in the AbstractLocalisation class.- Specified by:
getLocContents
in interfaceLocaliserModel<T extends GroupDetection>
- Overrides:
getLocContents
in classSimplex2DNew<T extends GroupDetection>
- Returns:
- integer bitmap of the type of localisation information the localiser can use.
-