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

Packages that use Example
com.sun.electric.tool.user.tecEdit   
 

Uses of Example in com.sun.electric.tool.user.tecEdit
 

Methods in com.sun.electric.tool.user.tecEdit that return types with arguments of type Example
static java.util.List<Example> 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).
 

Method parameters in com.sun.electric.tool.user.tecEdit with type arguments of type Example
 void TechConversionResult.markStretchProblem(java.util.List<Example> neList, Sample ns, Cell cell, double sampleCoord, boolean xDir)
          Method to mark an error in determining stretching rules.