applications
Class SwitchBox

java.lang.Object
  |
  +--applications.SwitchBox

public class SwitchBox
extends java.lang.Object


Constructor Summary
SwitchBox()
           
 
Method Summary
static boolean checkBox(int[] net)
          determine whether the switch box is routable
static void main(java.lang.String[] args)
          test program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwitchBox

public SwitchBox()
Method Detail

checkBox

public static boolean checkBox(int[] net)
determine whether the switch box is routable
Parameters:
net[0..net.length-1] - array of pin to net assignments
n - number of pins

main

public static void main(java.lang.String[] args)
test program