DType dtype = new SimpleDType(
"http://www.admire-project.eu/ontologies/DataMiningOntology#ColumnIndex");
peInDescr1.setDType(dtype);
inputs.add(peInDescr1);
ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
"output1");
ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
"output2");
ProcessingElementOutputDescriptor peOutDescr3 = new ProcessingElementOutputDescriptor(
"output3");
peOutDescr1.setSType(new PrimitiveSType("Real"));
peOutDescr2.setSType(new ArraySType(new PrimitiveSType("Integer"), 1));
DType dtype1 = new SimpleDType("ColumnIndex",
"http://www.admire-project.eu/ontologies/DataMiningOntology#",
"dm");
peInDescr1.setDType(dtype1);
DType dtype2 = new SimpleDType("ColumnIndex2",
"http://www.admire-project.eu/ontologies/DataMiningOntology#",
null);
peOutDescr2.setDType(dtype2);
DType dtype3 = new SimpleDType("ColumnIndex2",
"http://www.admire-project.eu/ontologies/DataMiningOntology#",
null);
peOutDescr3.setDType(dtype3);
outputs.add(peOutDescr1);
outputs.add(peOutDescr2);
outputs.add(peOutDescr3);