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
Constructors -
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, waitMethods inherited from interface fr.ifremer.isisfish.result.ResultInfo
getDescription
-
Constructor Details
-
AbstractResultInfo
public AbstractResultInfo()
-
-
Method Details
-
getNecessaryResult
Description copied from interface:ResultInfoReturn necessary results info name for result to be calculated.- Specified by:
getNecessaryResultin interfaceResultInfo- Returns:
- the necessaryResult name
-