es.uvigo.ei.sing.aibench.shell.SampleOperation Maven / Gradle / Ivy
The newest version!
/*
* #%L
* The AIBench Shell Plugin
* %%
* Copyright (C) 2006 - 2017 Daniel Glez-Peña and Florentino Fdez-Riverola
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
package es.uvigo.ei.sing.aibench.shell;
import es.uvigo.ei.aibench.core.operation.annotation.Direction;
import es.uvigo.ei.aibench.core.operation.annotation.Operation;
import es.uvigo.ei.aibench.core.operation.annotation.Port;
@Operation(description="this is a sample Operation")
public class SampleOperation {
Thread t = null;
@Port(direction=Direction.INPUT, name="an array", order=1, allowNull=true)
public void setX(int[] x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX3(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX4(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX5(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX6(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX7(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX8(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX9(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX10(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX11(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX12(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX13(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX14(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX15(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX16(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX17(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX18(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX19(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void setX20(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX3(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX4(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX5(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX6(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX7(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX8(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX9(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX10(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX11(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX12(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX13(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX14(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX15(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX16(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX17(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX18(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX19(String x){
}
@Port(direction=Direction.INPUT, name="an array", order=2, allowNull=true)
public void asetX20(String x){
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy