Class BearingLocAnnotationType
java.lang.Object
annotation.DataAnnotationType<BearingLocAnnotation>
Localiser.algorithms.timeDelayLocalisers.bearingLoc.annotation.BearingLocAnnotationType
-
Field Summary
Fields inherited from class annotation.DataAnnotationType
SHORTIDCODELENGTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canAnnotate
(Class dataUnitType) Find out whether or not a particular type of data can be annotatedGet an optional AnnotationBinaryHandler which can be used to add the annotation information for binary files and also read data back from them.A short identifying code which MUST be unique to the data annotation and MUST be four characters long.Methods inherited from class annotation.DataAnnotationType
autoAnnotate, canAutoAnnotate, getAnnotationOptions, getDataSelector, getDialogPanel, getSettingsPanel, getSQLLoggingAddon, getSymbolModifier, getTargetDataBlock, hasSettingsPanel, isAnnotating, setAnnotationOptions, setTargetDataBlock, toString, toString
-
Constructor Details
-
BearingLocAnnotationType
public BearingLocAnnotationType()
-
-
Method Details
-
getAnnotationName
- Specified by:
getAnnotationName
in classDataAnnotationType<BearingLocAnnotation>
-
getAnnotationClass
- Specified by:
getAnnotationClass
in classDataAnnotationType<BearingLocAnnotation>
- Returns:
- Class type for the annotations
-
canAnnotate
Description copied from class:DataAnnotationType
Find out whether or not a particular type of data can be annotated- Specified by:
canAnnotate
in classDataAnnotationType<BearingLocAnnotation>
- Parameters:
dataUnitType
- Class of a type of data unit. Can be null in which case annotation can be stand alone.- Returns:
- true if the data unit Class can be annotated.
-
getShortIdCode
Description copied from class:DataAnnotationType
A short identifying code which MUST be unique to the data annotation and MUST be four characters long. Classes can override this with something even more cryptic so long as it remains unique.- Overrides:
getShortIdCode
in classDataAnnotationType<BearingLocAnnotation>
- Returns:
- a four character id string.
-
getBinaryHandler
Description copied from class:DataAnnotationType
Get an optional AnnotationBinaryHandler which can be used to add the annotation information for binary files and also read data back from them.- Overrides:
getBinaryHandler
in classDataAnnotationType<BearingLocAnnotation>
- Returns:
- handler for binary data i/o.
-