byucc.jhdl.base
Interface CellInterface

All Known Implementing Classes:
Parameter, Port

public interface CellInterface

Author:
Brad L. Hutchings Anything that comprises the Interface of a Cell must implement this interface.

Method Summary
 java.lang.String getName()
          Return the name of the cell interface object
 

Method Detail

getName

public java.lang.String getName()
Return the name of the cell interface object

Returns:
the name


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