This commit is contained in:
Gianpaolo Coro 2012-10-24 15:34:44 +00:00
parent c3fc893b0b
commit 68efe4af0d
3 changed files with 3 additions and 3 deletions

View File

@ -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");

View File

@ -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);

View File

@ -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");