edu.byu.ece.edif.tools.flatten
Class FlatteningNode
java.lang.Object
edu.byu.ece.edif.tools.flatten.FlatteningNode
- All Implemented Interfaces:
- java.io.Serializable
public class FlatteningNode
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_instanceNode
private InstanceNode _instanceNode
_origInstance
private EdifCellInstance _origInstance
FlatteningNode
public FlatteningNode(EdifCellInstance origInstance)
FlatteningNode
public FlatteningNode(InstanceNode instanceNode,
EdifCellInstance origInstance)
addChild
public FlatteningNode addChild(EdifCellInstance childInstance)
getInstanceNode
public InstanceNode getInstanceNode()
getOrigInstance
public EdifCellInstance getOrigInstance()