Package Array.streamerOrigin
Class HydrophoneOriginMethods
java.lang.Object
Array.streamerOrigin.HydrophoneOriginMethods
-
Method Summary
Modifier and TypeMethodDescriptionintgetCount()static HydrophoneOriginMethodsgetMethod(int iMethod) Get a specific methodGet a specific methodGet a method based on it's name.intindexOfClass(Class methodClass) voidregisterMethod(HydrophoneOriginSystem system) Register a new hydrophone origin method
-
Method Details
-
getInstance
- Returns:
- a single instance of the register of hydrophone origin methods.
-
getCount
public int getCount()- Returns:
- the number of registered methods.
-
getMethod
Get a specific method- Parameters:
iMethod- method index- Returns:
- origin method
-
getMethod
Get a specific method- Parameters:
methodClass- method class- Returns:
- origin method
-
getMethod
Get a method based on it's name. This is used when reading back from the database- Parameters:
methodName- name of the method as stored in the database.- Returns:
- method.
-
indexOfClass
-
registerMethod
Register a new hydrophone origin method- Parameters:
method- the method
-