Package fr.ifremer.isisfish.result
Class AbstractResultInfo
java.lang.Object
fr.ifremer.isisfish.result.AbstractResultInfo
- All Implemented Interfaces:
ResultInfo
Abstract class to extends to skip necessary result definition. As of not all result depends
on other results.
- Since:
- 4.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Return necessary results info name for result to be calculated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.ifremer.isisfish.result.ResultInfo
getDescription
-
Constructor Details
-
AbstractResultInfo
public AbstractResultInfo()
-
-
Method Details
-
getNecessaryResult
Description copied from interface:ResultInfo
Return necessary results info name for result to be calculated.- Specified by:
getNecessaryResult
in interfaceResultInfo
- Returns:
- the necessaryResult name
-