com.sun.electric.tool.ncc.netlist
Class PrimitiveNameToFunction

java.lang.Object
  extended by com.sun.electric.tool.ncc.netlist.PrimitiveNameToFunction

public class PrimitiveNameToFunction
extends java.lang.Object

Translate the names found in "transistorType" and "resistorType" NCC declarations into the appropriate PrimitiveNode.Function enum. This is for backwards compatibility only. In the Future, transistors and resistors should have the correct Function.


Method Summary
static PrimitiveNode.Function nameToFunction(java.lang.String nm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

nameToFunction

public static PrimitiveNode.Function nameToFunction(java.lang.String nm)