* 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