~ubuntu-branches/ubuntu/vivid/electric/vivid

« back to all changes in this revision

Viewing changes to com/sun/electric/tool/placement/PlacementFrame.java

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-07-08 21:54:23 UTC
  • mfrom: (1.1.6) (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140708215423-4zrgsca1e28tzcoc
Tags: 9.05+dfsg-1
* Imported Upstream version 9.05+dfsg.
* Add signing-key.pgp and check for valid upstream tarballs with uscan's
  pgpsigurlmangle feature.
* Move the package to Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import com.sun.electric.database.hierarchy.Cell;
26
26
import com.sun.electric.database.topology.SteinerTree.SteinerTreePort;
27
27
import com.sun.electric.tool.Job;
 
28
import com.sun.electric.tool.placement.PlacementAdapter.PlacementExport;
28
29
import com.sun.electric.util.math.FixpTransform;
29
30
import com.sun.electric.util.math.MutableBoolean;
30
31
import com.sun.electric.util.math.Orientation;
75
76
         * @param cellName the name of the cell being placed.
76
77
         * @param job the Job (for testing abort).
77
78
         */
78
 
        protected abstract void runPlacement(List<PlacementNode> nodesToPlace, List<PlacementNetwork> allNetworks, String cellName, Job job);
 
79
        public abstract void runPlacement(List<PlacementNode> nodesToPlace, List<PlacementNetwork> allNetworks, List<PlacementExport> exportsToPlace, String cellName, Job job);
79
80
 
80
81
        /**
81
82
         * Method to return the name of the placement algorithm (overridden by