Skip to content
Snippets Groups Projects
Commit d9736b95 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added ModelID in order to let model be indexed by the VIPSCore system

parent 6ef7077f
Branches
Tags
No related merge requests found
......@@ -29,6 +29,7 @@ import no.nibio.vips.util.WeatherUtil;
import no.nibio.vips.util.test.WeatherDataFileReader;
public class FinnCerealModels implements Model {
private final static ModelId MODEL_ID = new ModelId("FINNCEREAL");
public static String PYRENOPHORA = "PyrenophoraTeres";
public static String DRESCHLERA = "DrechsleraTriticiRepentis";
......@@ -76,7 +77,7 @@ public class FinnCerealModels implements Model {
@Override
public ModelId getModelId() {
// TODO Auto-generated method stub
return null;
return FinnCerealModels.MODEL_ID;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment