byucc.jhdl.parsers.edif.sablecc.node
Class ANet
java.lang.Object
byucc.jhdl.parsers.edif.sablecc.node.Node
byucc.jhdl.parsers.edif.sablecc.node.PNet
byucc.jhdl.parsers.edif.sablecc.node.ANet
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
- public final class ANet
- extends PNet
Constructor Summary |
ANet()
|
ANet(TLbr _lbr_,
TNet _net_,
PNetnamedef _netnamedef_,
PJoined _joined_,
java.util.List _netoptions_,
TRbr _rbr_)
|
ANet(TLbr _lbr_,
TNet _net_,
PNetnamedef _netnamedef_,
PJoined _joined_,
XPNetoptions _netoptions_,
TRbr _rbr_)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANet
public ANet()
ANet
public ANet(TLbr _lbr_,
TNet _net_,
PNetnamedef _netnamedef_,
PJoined _joined_,
java.util.List _netoptions_,
TRbr _rbr_)
ANet
public ANet(TLbr _lbr_,
TNet _net_,
PNetnamedef _netnamedef_,
PJoined _joined_,
XPNetoptions _netoptions_,
TRbr _rbr_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLbr
public TLbr getLbr()
setLbr
public void setLbr(TLbr node)
getNet
public TNet getNet()
setNet
public void setNet(TNet node)
getNetnamedef
public PNetnamedef getNetnamedef()
setNetnamedef
public void setNetnamedef(PNetnamedef node)
getJoined
public PJoined getJoined()
setJoined
public void setJoined(PJoined node)
getNetoptions
public java.util.LinkedList getNetoptions()
setNetoptions
public void setNetoptions(java.util.List list)
getRbr
public TRbr getRbr()
setRbr
public void setRbr(TRbr node)
toString
public java.lang.String toString()
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.