Examples of SimpleProcessingElementDescriptor


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
Copyright © 2018 www.massapi.com. 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.