git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngine@60413 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c3fc893b0b
commit
68efe4af0d
|
@ -35,7 +35,7 @@ public class AquamapsNN extends AquamapsNative{
|
|||
public List<StatisticalType> getInputParameters() {
|
||||
List<StatisticalType> parameters = super.getInputParameters();
|
||||
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-10407");
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-30189");
|
||||
PrimitiveType p2 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "NeuralNetworkName","The name of the Neural Network","neuralnet_");
|
||||
ServiceType p3 = new ServiceType(ServiceParameters.USERNAME, "UserName","LDAP username");
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ public class AquamapsNNNS extends AquamapsNative{
|
|||
public List<StatisticalType> getInputParameters() {
|
||||
List<StatisticalType> parameters = super.getInputParameters();
|
||||
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-10407");
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-30189");
|
||||
ServiceType p2 = new ServiceType(ServiceParameters.USERNAME, "UserName","LDAP username");
|
||||
|
||||
parameters.add(p1);
|
||||
|
|
|
@ -40,7 +40,7 @@ public class AquamapsNNSuitable extends AquamapsSuitable{
|
|||
public List<StatisticalType> getInputParameters() {
|
||||
List<StatisticalType> parameters = super.getInputParameters();
|
||||
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-10407");
|
||||
PrimitiveType p1 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "SpeciesName","Name of the Species for which the distribution has to be produced","Fis-30189");
|
||||
PrimitiveType p2 = new PrimitiveType(String.class.getName(), null, PrimitiveTypes.STRING, "NeuralNetworkName","The name of the Neural Network","neuralnet_");
|
||||
ServiceType p3 = new ServiceType(ServiceParameters.USERNAME, "UserName","LDAP username");
|
||||
|
||||
|
|
Loading…
Reference in New Issue