Package ptolemy.domains.csp.kernel

Examples of ptolemy.domains.csp.kernel.MultiwayBranchController


     *   an actor already in the container.
     */
    public Barrier(CompositeEntity container, String name)
            throws IllegalActionException, NameDuplicationException {
        super(container, name);
        _branchController = new MultiwayBranchController(this);

        input = new TypedIOPort(this, "input", true, false);
        input.setMultiport(true);

        output = new TypedIOPort(this, "output", false, true);
View Full Code Here

TOP

Related Classes of ptolemy.domains.csp.kernel.MultiwayBranchController

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.