|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| edu.byu.ece.edif.core.EdifNet.addPortConnection(EdifCellInstance, EdifPort, int)
Remove this method. Force the caller to create the EdifPortRef first and use the method addPortConnection(EdifPortRef epr) |
|
| edu.byu.ece.edif.core.EdifNet.addPortConnection(EdifCellInstance, String, int)
This method should be removed. |
|
| edu.byu.ece.edif.core.EdifNet.addTopLevelPortConnection(EdifPort)
Remove this method. The caller should create a new EdifPortRef and use the constructor addPortConnection(EdifPortRef epr) |
|
| edu.byu.ece.edif.core.EdifNet.addTopLevelPortConnection(String)
We should remove this method. We should force the caller to find the Port rather than doing this here. There is too much opportunity for run-time errors with this method. |
|
| edu.byu.ece.edif.core.EdifCell.copyCellInternals(EdifCell)
Only used by deprecated methods. Do not use in new methods. |
|
| edu.byu.ece.edif.tools.replicate.nmr.NMRGraphUtilities.createValidCutSet(DirectedGraph, BasicDepthFirstSearchTree, NMRArchitecture)
This method does NOT examine all cutset possibilities; use NMRGraphUtilities.createDecomposeValidCutSet(AbstractEdifGraph, BasicDepthFirstSearchTree, NMRArchitecture)
instead. |
|
| edu.byu.ece.edif.util.parse.SimpleCharStream.getColumn()
|
|
| edu.byu.ece.edif.util.parse.SimpleCharStream.getLine()
|
|
| edu.byu.ece.edif.core.EdifNet.getNetDriven()
Use getSinkPortRefs(boolean, boolean) in place of this method. |
|
| edu.byu.ece.edif.core.EdifNet.getNetDrivers()
Use getSourcePortRefs(boolean, boolean) in place of this method. |
|
| edu.byu.ece.edif.core.EdifPortRef.getRefCell()
This method has been deprecated in favor of the EdifPort.getCellInstance() method that contains a more intuitive method name. |
|
| edu.byu.ece.edif.core.EdifPortRef.getRefPort()
This method has been deprecated in favor of the EdifPort.getPort() method that contains a more intuitive method name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||