com.sun.electric.tool.user.tecEdit
Class Example

java.lang.Object
  extended by com.sun.electric.tool.user.tecEdit.Example
All Implemented Interfaces:
java.io.Serializable

public class Example
extends java.lang.Object
implements java.io.Serializable

This class defines graphical node and arc examples during conversion of libraries to technologies.

See Also:
Serialized Form

Constructor Summary
Example()
           
 
Method Summary
static java.util.List<Example> getExamples(Cell np, boolean isNode, TechConversionResult tcr)
          Method to parse the node examples in cell "np" and return a list of EXAMPLEs (one per example).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

getExamples

public static java.util.List<Example> getExamples(Cell np,
                                                  boolean isNode,
                                                  TechConversionResult tcr)
Method to parse the node examples in cell "np" and return a list of EXAMPLEs (one per example). "isNode" is true if this is a node being examined. Returns NOEXAMPLE on error.