com.sun.electric.tool.ncc
Class Pie

java.lang.Object
  extended by com.sun.electric.tool.ncc.Pie

public class Pie
extends java.lang.Object

Reflective interface to Port Interchange Experiment. This allows us to compile Electric without the plugin: com.sun.electric.plugins.pie


Method Summary
static boolean hasPie()
           
static void invokePieNcc(int numWind)
           
static NccResults invokePieNccCompare(Cell c1, VarContext v1, Cell c2, VarContext v2, NccOptions opt, PIEOptions pOpt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasPie

public static boolean hasPie()

invokePieNcc

public static void invokePieNcc(int numWind)

invokePieNccCompare

public static NccResults invokePieNccCompare(Cell c1,
                                             VarContext v1,
                                             Cell c2,
                                             VarContext v2,
                                             NccOptions opt,
                                             PIEOptions pOpt)