byucc.jhdl.Fsm
Class WirePile

java.lang.Object
  extended bybyucc.jhdl.Fsm.WirePile

public class WirePile
extends java.lang.Object


Constructor Summary
WirePile()
           
 
Method Summary
 void add(Wire w)
           
 int getSize()
           
 boolean isEmpty()
           
 Wire peek()
           
 Wire rem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WirePile

public WirePile()
Method Detail

isEmpty

public boolean isEmpty()

getSize

public int getSize()

add

public void add(Wire w)

rem

public Wire rem()

peek

public Wire peek()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.