Package eu.admire.registry.pe

Examples of eu.admire.registry.pe.SimpleProcessingElementDescriptor


    peOutDescr1.setDType(dtypeOut1);

    outputsPE.add(peOutDescr1);
    outputsPE.add(peOutDescr2);

    ProcessingElementDescriptor descriptor = new SimpleProcessingElementDescriptor(
        "PEName", inputsPE, outputsPE);
   
    Parameter output = new SimpleRDFParameter("Integer");
    Parameter input1 = new SimpleRDFParameter("Integer");
    Parameter input2 = new SimpleRDFParameter("Integer");
View Full Code Here

TOP

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

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.