Package eu.admire.registry.pe

Examples of eu.admire.registry.pe.ProcessingElementOutputDescriptor


    peInDescr2.setDType(dtypeIn2);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "dummyOutput");
    ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
        "dummyOutput2");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
    SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
    DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
View Full Code Here


    peInDescr2.setSType(sTypeIn1);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
    "data");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
//    SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
//    DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
    peOutDescr1.setSType(sTypeOut1);
    peOutDescr1.setDType(dtypeOut1);

    outputs.add(peOutDescr1);

    descriptor = new SimpleProcessingElementDescriptor(
        peName, inputs, outputs);
View Full Code Here

    peInDescr2.setSType(sTypeIn1);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "data");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
    // SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
    // DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
    peOutDescr1.setSType(sTypeOut1);
    peOutDescr1.setDType(dtypeOut1);

    outputs.add(peOutDescr1);

    descriptor = new SimpleProcessingElementDescriptor(peName, inputs,
        outputs);
View Full Code Here

    peInDescr2.setSType(new AnySType());

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "result");
    ProcessingElementOutputDescriptor peInDescr3 = new ProcessingElementOutputDescriptor(
        "result4");
    TupleSType tuple = new TupleSType();
    tuple.addElement("s", new PrimitiveSType("String"));
    SType sTypeIn3 = new ArraySType(tuple, 5);
    peInDescr3.setSType(sTypeIn3);
    outputs.add(peInDescr3);
    SType sTypeIn2 = new PrimitiveSType("String");
    peOutDescr1.setSType(sTypeIn2);
    ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
        "result2");
    ProcessingElementOutputDescriptor peOutDescr3 = new ProcessingElementOutputDescriptor(
        "result3");
    TupleSType tuple2 = new TupleSType();
    tuple2.addElement("s2", new PrimitiveSType("String"));
    SType sTypeIn4 = new ListSType(tuple2);
    peOutDescr3.setSType(sTypeIn4);
    peOutDescr1.setSType(sTypeIn2);
    outputs.add(peOutDescr1);
    outputs.add(peOutDescr2);
    outputs.add(peOutDescr3);
    descriptor = new SimpleProcessingElementDescriptor(peName, inputs,
View Full Code Here

    peInDescr2.setDType(dtypeIn2);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "dummyOutput");
    ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
        "dummyOutput2");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
    SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
    DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
View Full Code Here

//    peInDescr2.setDType(dtypeIn2);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "data");
//    ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
//        "dummyOutput2");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
//    SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
View Full Code Here

    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);
View Full Code Here

    peInDescr2.setSType(sTypeIn1);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "data");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
    // SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
    // DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
    peOutDescr1.setSType(sTypeOut1);
    peOutDescr1.setDType(dtypeOut1);

    outputs.add(peOutDescr1);

    descriptor = new SimpleProcessingElementDescriptor(peName, inputs,
        outputs);
View Full Code Here

    peInDescr2.setDType(dtypeIn2);

    inputs.add(peInDescr1);
    inputs.add(peInDescr2);

    ProcessingElementOutputDescriptor peOutDescr1 = new ProcessingElementOutputDescriptor(
        "dummyOutput");
    ProcessingElementOutputDescriptor peOutDescr2 = new ProcessingElementOutputDescriptor(
        "dummyOutput2");
    SType sTypeOut1 = new PrimitiveSType("DummyOutputST1");
    SType sTypeOut2 = new PrimitiveSType("DummyOutputST2");
    DType dtypeOut1 = new SimpleDType("DummyOutputDType1");
    DType dtypeOut2 = new SimpleDType("DummyOutputDType2");
View Full Code Here

    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 ListSType(new PrimitiveSType("Integer")));
View Full Code Here

TOP

Related Classes of eu.admire.registry.pe.ProcessingElementOutputDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.