Package org.apache.airavata.xbaya.component

Examples of org.apache.airavata.xbaya.component.ComponentEPRPort


        this.outputPort.setDescription(OUTPUT_PORT_DESCRIPTION);
        this.outputs.add(this.outputPort);

        this.controlInPort = new ComponentControlPort();
        this.controlOutPorts.add(new ComponentControlPort());
        this.eprPort = new ComponentEPRPort();
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.xbaya.component.ComponentEPRPort

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.