Package ptolemy.actor.util

Examples of ptolemy.actor.util.FunctionDependencyOfAtomicActor.removeDependency()


     *   input port.
     *  @see ptolemy.actor.util.FunctionDependencyOfAtomicActor
     */
    public void removeDependency(IOPort input, IOPort output) {
        FunctionDependencyOfAtomicActor functionDependency = (FunctionDependencyOfAtomicActor) getFunctionDependency();
        functionDependency.removeDependency(input, output);
    }

    /** Remove the specified object from the list of objects whose
     *  preinitialize(), intialize(), and wrapup()
     *  methods should be invoked upon invocation of the corresponding
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.