byucc.jhdl.parsers.xnf
Class XNFPortInterface

java.lang.Object
  extended bybyucc.jhdl.parsers.xnf.XNFPortInterface

public class XNFPortInterface
extends java.lang.Object


Field Summary
 Wire attachedWire
           
 java.lang.String name
           
 
Constructor Summary
XNFPortInterface(java.lang.String name, Wire attachedWire)
           
 
Method Summary
static XNFPortInterface addPort(java.lang.String name, Wire attachedWire)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

attachedWire

public Wire attachedWire
Constructor Detail

XNFPortInterface

public XNFPortInterface(java.lang.String name,
                        Wire attachedWire)
Method Detail

addPort

public static XNFPortInterface addPort(java.lang.String name,
                                       Wire attachedWire)

toString

public java.lang.String toString()


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