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
Constructors - 
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, runModelMethods inherited from class targetMotionOld.algorithms.AbstractTargetMotionModel
getPlotSymbol 
- 
Constructor Details
- 
Simplex3DNew
 
 - 
 - 
Method Details
- 
getName
Description copied from interface:LocaliserModelGet the name which describes the localiser.- Specified by:
 getNamein interfaceLocaliserModel<T extends GroupDetection>- Overrides:
 getNamein classSimplex2DNew<T extends GroupDetection>- Returns:
 - the name of the localiser.
 
 - 
getToolTipText
- Specified by:
 getToolTipTextin interfaceLocaliserModel<T extends GroupDetection>- Overrides:
 getToolTipTextin classSimplex2DNew<T extends GroupDetection>
 - 
getLocContents
Description copied from interface:LocaliserModelThe type of localisation information the localiser can accept. e.g. bearings, time delays etc. The types are defined in the AbstractLocalisation class.- Specified by:
 getLocContentsin interfaceLocaliserModel<T extends GroupDetection>- Overrides:
 getLocContentsin classSimplex2DNew<T extends GroupDetection>- Returns:
 - integer bitmap of the type of localisation information the localiser can use.
 
 
 -