byucc.edif
Interface EdifOut

All Known Subinterfaces:
EdifNameable
All Known Implementing Classes:
EdifCell, EdifCellInstance, EdifCellInterface, EdifDesign, EdifEnvironment, EdifLibrary, EdifNet, EdifNumber, EdifPort, NamedObject, NewTypedValue, Property, ScaledInteger

public interface EdifOut

Used for objects that can generate valid EDIF output. A class that implements this interface must 'print' the Edif source using the provided EdifPrintWriter object.

To Do:

Version:
$Id: EdifOut.java,v 1.7 2004/05/11 17:28:30 tsa6 Exp $
Author:
Welson Sun, Mike Wirthlin, Tyler Anderson
See Also:
EdifPrintWriter

Method Summary
 void toEdif(EdifPrintWriter epw)
          This method will convert the interfacing object into EDIF format and write it to the passed-in EdifPrintWriter Object.
 

Method Detail

toEdif

public void toEdif(EdifPrintWriter epw)
This method will convert the interfacing object into EDIF format and write it to the passed-in EdifPrintWriter Object.

Parameters:
epw - The EdifPrintWriter Object that the interfacing Object will write EDIF data to