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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanAnnotate(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, getDataBlockSpeciesManager, getDataSelectCreator, getDataSelector, getDialogPanel, getSettingsPanel, getSQLLoggingAddon, getSymbolModifier, getTargetDataBlock, getXMLWriter, hasSettingsPanel, isAnnotating, setAnnotationOptions, setTargetDataBlock, toString, toString 
- 
Constructor Details
- 
BearingLocAnnotationType
public BearingLocAnnotationType() 
 - 
 - 
Method Details
- 
getAnnotationName
- Specified by:
 getAnnotationNamein classDataAnnotationType<BearingLocAnnotation>
 - 
getAnnotationClass
- Specified by:
 getAnnotationClassin classDataAnnotationType<BearingLocAnnotation>- Returns:
 - Class type for the annotations
 
 - 
canAnnotate
Description copied from class:DataAnnotationTypeFind out whether or not a particular type of data can be annotated- Specified by:
 canAnnotatein 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:DataAnnotationTypeA 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:
 getShortIdCodein classDataAnnotationType<BearingLocAnnotation>- Returns:
 - a four character id string.
 
 - 
getBinaryHandler
Description copied from class:DataAnnotationTypeGet an optional AnnotationBinaryHandler which can be used to add the annotation information for binary files and also read data back from them.- Overrides:
 getBinaryHandlerin classDataAnnotationType<BearingLocAnnotation>- Returns:
 - handler for binary data i/o.
 
 
 -