com.sun.electric.tool.io.output
Class CellModelPrefs

java.lang.Object
  extended by com.sun.electric.tool.io.output.CellModelPrefs

public class CellModelPrefs
extends java.lang.Object

User: gainsley Date: Jul 17, 2006


Field Summary
static CellModelPrefs spiceModelPrefs
           
static CellModelPrefs verilogModelPrefs
           
 
Method Summary
 FileType getFileType()
           
 java.lang.String getModelFile(Cell cell)
           
 java.lang.String getType()
           
 boolean isCanLayoutFromNetlist()
           
 boolean isUseLayoutView(Cell cell)
           
 boolean isUseModelFromFile(Cell cell)
           
 void setModelFile(Cell cell, java.lang.String fileName, boolean useModelFromFile, boolean useLayoutView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spiceModelPrefs

public static final CellModelPrefs spiceModelPrefs

verilogModelPrefs

public static final CellModelPrefs verilogModelPrefs
Method Detail

getType

public java.lang.String getType()

getFileType

public FileType getFileType()

isCanLayoutFromNetlist

public boolean isCanLayoutFromNetlist()

isUseModelFromFile

public boolean isUseModelFromFile(Cell cell)

isUseLayoutView

public boolean isUseLayoutView(Cell cell)

getModelFile

public java.lang.String getModelFile(Cell cell)

setModelFile

public void setModelFile(Cell cell,
                         java.lang.String fileName,
                         boolean useModelFromFile,
                         boolean useLayoutView)