Uses of Class
com.sun.electric.database.variable.VarContext

Packages that use VarContext
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.plugins.j3d   
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.tool.extract Package for handling node extraction, parasitics, etc. 
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.generator.sclibrary   
com.sun.electric.tool.io.output   
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
com.sun.electric.tool.ncc Package for handling the Network Consistency Checking (LVS) tool. 
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.result   
com.sun.electric.tool.ncc.result.equivalence   
com.sun.electric.tool.simulation Package for handling the simulation tool. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.ncc   
com.sun.electric.tool.user.redisplay   
com.sun.electric.tool.user.ui   
com.sun.electric.tool.user.waveform   
 

Uses of VarContext in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return VarContext
 VarContext HierarchyEnumerator.NameProxy.getContext()
           
 VarContext HierarchyEnumerator.CellInfo.getContext()
          The VarContext to use for evaluating all variables in the current Cell.
 

Methods in com.sun.electric.database.hierarchy with parameters of type VarContext
static void HierarchyEnumerator.enumerateCell(Cell root, VarContext context, HierarchyEnumerator.Visitor visitor)
          Begin enumeration of the contents of the Cell root.
static void HierarchyEnumerator.enumerateCell(Cell root, VarContext context, HierarchyEnumerator.Visitor visitor, Netlist.ShortResistors shortResistors)
           
static void HierarchyEnumerator.enumerateCell(Netlist rootNetlist, VarContext context, HierarchyEnumerator.Visitor visitor)
           
static void HierarchyEnumerator.enumerateCell(Netlist rootNetlist, VarContext context, HierarchyEnumerator.Visitor visitor, boolean caching)
          Experimental.
 

Constructors in com.sun.electric.database.hierarchy with parameters of type VarContext
HierarchyEnumerator.NameProxy(VarContext context, java.lang.String sep)
           
HierarchyEnumerator.NetNameProxy(VarContext context, java.lang.String sep, Network net)
           
HierarchyEnumerator.NodableNameProxy(VarContext context, java.lang.String sep, Nodable node)
           
 

Uses of VarContext in com.sun.electric.database.topology
 

Methods in com.sun.electric.database.topology with parameters of type VarContext
 PrimitiveNodeSize NodeInst.getNodeInstSize(VarContext context)
          Method to return the size of this NodeInst in terms of width and height/length depending on the type of primitive.
 PrimitiveNodeSize NodeInst.getPrimitiveDependentNodeSize(VarContext context)
          Method to return the size of this PrimitiveNode-dependend NodeInst like transistors and resistors.
 TransistorSize NodeInst.getTransistorSize(VarContext context)
          Method to return the size of this transistor NodeInst.
 

Uses of VarContext in com.sun.electric.database.variable
 

Fields in com.sun.electric.database.variable declared as VarContext
static VarContext VarContext.globalContext
          The blank VarContext that is the parent of all VarContext chains.
 

Methods in com.sun.electric.database.variable that return VarContext
 VarContext EvalJavaBsh.getCurrentContext()
          See what the current context of eval is.
 VarContext EditWindow_.getVarContext()
          Get the window's VarContext
 VarContext EditWindow0.getVarContext()
          Get the window's VarContext
 VarContext VarContext.pop()
          get the VarContext that existed before you called push on it.
 VarContext VarContext.push(Nodable ni)
          get a new VarContext that consists of the current VarContext with the given NodeInst pushed onto the stack
 VarContext VarContext.pushCaching(Nodable ni)
          Push a new level onto the VarContext stack.
 VarContext VarContext.removeParentContext(int levels)
          Remove N levels of parent context from this VarContext.
 

Methods in com.sun.electric.database.variable with parameters of type VarContext
 java.lang.String Variable.describe(int aindex, VarContext context, java.lang.Object eobj)
          Method to return a String describing this Variable.
 java.lang.String Variable.describe(VarContext context, java.lang.Object eobj)
          Method to return a description of this Variable.
protected  java.lang.Object EvalJavaBsh.evalVarObject(CodeExpression ce, VarContext context, java.lang.Object info)
          Evaluate Object as if it were a String containing java code.
static void VarContext.printException(VarContext.EvalException e, Variable var, VarContext context, java.lang.Object info)
           
 

Uses of VarContext in com.sun.electric.plugins.j3d
 

Methods in com.sun.electric.plugins.j3d with parameters of type VarContext
 void View3DWindow.setCell(Cell cell, VarContext context, WindowFrame.DisplayAttributes da)
           
 

Uses of VarContext in com.sun.electric.technology
 

Methods in com.sun.electric.technology with parameters of type VarContext
 PrimitiveNodeSize Technology.getResistorSize(NodeInst ni, VarContext context)
          Method to return the size of a resistor-type NodeInst in this Technology.
 TransistorSize Technology.getTransistorSize(NodeInst ni, VarContext context)
          Method to return the size of a transistor NodeInst in this Technology.
 

Uses of VarContext in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies with parameters of type VarContext
 PrimitiveNodeSize Schematics.getResistorSize(NodeInst ni, VarContext context)
          Method to return the size of a resistor-type NodeInst in this Technology.
 TransistorSize Schematics.getTransistorSize(NodeInst ni, VarContext context)
          Method to return the size of a transistor NodeInst in this Technology.
 

Uses of VarContext in com.sun.electric.tool.extract
 

Methods in com.sun.electric.tool.extract that return VarContext
 VarContext GeometrySearch.GeometrySearchResult.getContext()
           
 

Methods in com.sun.electric.tool.extract with parameters of type VarContext
static java.util.List<java.lang.Object> ParasiticTool.calculateParasistic(ParasiticGenerator tool, Cell cell, VarContext context)
           
 java.lang.String GeometrySearch.GeometrySearchResult.getInstPath(VarContext vc)
          Return the concatenation of all instances names left to right from the root to the leaf.
 

Uses of VarContext in com.sun.electric.tool.generator.layout
 

Methods in com.sun.electric.tool.generator.layout with parameters of type VarContext
static java.util.Map<Nodable,Cell> GateLayoutGenerator.generateLayoutFromSchematics(Library outLib, Cell cell, VarContext context, StdCellParams stdCell, boolean topLevelOnly)
          Generate layout cells from a heirarchical traversal of the schematic cell
static double StdCellParams.getSize(NodeInst iconInst, VarContext context)
           
static Cell SchemToLay.makePart(Cell schem, VarContext context, java.util.HashMap<java.lang.String,java.lang.Object> exportTrackAssign, StdCellParams stdCell)
          Read a Gasp cell schematic and produce the layout for it.
static Cell SchemToLay.makePart(Cell schem, VarContext context, StdCellParams stdCell)
          Read a Gasp cell schematic and produce the layout for it.
static Cell KeeperLow.makePart(Cell schem, VarContext context, StdCellParams stdCell)
           
static Cell KeeperHigh.makePart(Cell schem, VarContext context, StdCellParams stdCell)
           
 

Uses of VarContext in com.sun.electric.tool.generator.sclibrary
 

Methods in com.sun.electric.tool.generator.sclibrary that return types with arguments of type VarContext
 java.util.List<VarContext> SCLibraryGen.StandardCellHierarchy.getStandardCellsContextsInHier()
           
 

Uses of VarContext in com.sun.electric.tool.io.output
 

Methods in com.sun.electric.tool.io.output with parameters of type VarContext
static void Output.exportCellCommand(Cell cell, VarContext context, java.lang.String filePath, FileType type, java.util.List<PolyBase> override)
          This is the non-interactive version of exportCellCommand
static java.util.List<java.lang.Object> IRSIM.getIRSIMComponents(Cell cell, VarContext context)
          The main entry point for IRSIM extraction.
protected  java.lang.String Topology.parameterizedName(Nodable no, VarContext context)
          Method to create a parameterized name for node instance "ni".
protected  java.lang.String Spice.parameterizedName(Nodable no, VarContext context)
          Method to create a parameterized name for node instance "ni".
 boolean Topology.writeCell(Cell cell, VarContext context)
          Write cell to file
protected  boolean Output.writeCell(Cell cell, VarContext context)
          Method to write a cell.
 boolean Geometry.writeCell(Cell cell, VarContext context)
          Write cell to file
 boolean Geometry.writeCell(Cell cell, VarContext context, Geometry.Visitor visitor)
          Write cell to file
static void Output.writeCell(Cell cell, VarContext context, java.lang.String filePath, FileType type, java.util.List<PolyBase> override)
          Method to write a Cell to a file with a particular format.
 boolean Topology.writeCell(Cell cell, VarContext context, Topology.Visitor visitor)
          Write cell to file
protected  void Verilog.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method to write cellGeom
protected abstract  void Topology.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Abstract method to write CellGeom to disk
protected  void Tegas.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method to write cellGeom
protected  void Spice.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method called by traversal mechanism to write one level of hierarchy in the Spice netlist.
protected  void Silos.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method to write cellGeom
protected  void MOSSIM.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method to write cellGeom
protected  void GenerateVHDL.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Method to write one level of hierarchy.
protected  void EDIF.writeCellTopology(Cell cell, Topology.CellNetInfo cni, VarContext context, Topology.MyCellInfo info)
          Build up lists of cells that need to be written, organized by library
static int CIF.writeCIFFile(Cell cell, VarContext context, java.lang.String filePath)
          User Interface independent entry point for CIF output.
static void Eagle.writeEagleFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for Eagle deck writing.
static void ECAD.writeECADFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for ECAD deck writing.
static void EDIF.writeEDIFFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for EDIF deck writing.
static void FastHenry.writeFastHenryFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for FastHenry deck writing.
protected  void FastHenry.writeFH(Cell cell, VarContext context)
           
static GDS GDS.writeGDSFile(Cell cell, VarContext context, java.lang.String filePath)
          Main entry point for GDS output.
static GDS GDS.writeGDSFile(Cell cell, VarContext context, java.lang.String filePath, boolean writeExportPins, boolean convertBracketsInExports)
          Main entry point for GDS output.
static void HPGL.writeHPGLFile(Cell cell, VarContext context, java.lang.String filePath)
          Main entry point for HPGL output.
static void IRSIM.writeIRSIMFile(Cell cell, VarContext context, Technology layoutTech, java.lang.String filePath)
          The main entry point for IRSIM deck writing.
static void LEF.writeLEFFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for LEF deck writing.
static void Maxwell.writeMaxwellFile(Cell cell, VarContext context, java.lang.String filePath)
          Main entry point for Maxwell output.
static void MOSSIM.writeMOSSIMFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for MOSSIM deck writing.
static void Pads.writePadsFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for Pads deck writing.
static void PAL.writePALFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for PAL deck writing.
static void Silos.writeSilosFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for Silos deck writing.
static void Sim.writeSimFile(Cell cell, VarContext context, java.lang.String filePath, FileType type)
          The main entry point for Sim deck writing.
static void Spice.writeSpiceFile(Cell cell, VarContext context, java.lang.String filePath, boolean cdl)
          The main entry point for Spice deck writing.
static void Tegas.writeTegasFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for Tegas deck writing.
static void Verilog.writeVerilogFile(Cell cell, VarContext context, java.lang.String filePath)
          The main entry point for Verilog deck writing.
 

Constructors in com.sun.electric.tool.io.output with parameters of type VarContext
Output.OutputCellInfo(Cell cell, VarContext context, java.lang.String filePath, FileType type, java.util.List<PolyBase> override)
           
 

Uses of VarContext in com.sun.electric.tool.logicaleffort
 

Fields in com.sun.electric.tool.logicaleffort declared as VarContext
protected  VarContext LENodable.context
           
 

Methods in com.sun.electric.tool.logicaleffort that return VarContext
protected  VarContext Instance.getContext()
          Get VarContext
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type VarContext
protected  LENodable LENodable.createUniqueInstance(VarContext context, LENetwork outputNetwork, float mfactor, float su, LENetlister.NetlisterConstants constants)
          Factory method to create a copy of this Nodable with the context-relevant info evaluated.
 Cell LETool.UniqueNodeMap.get(VarContext context)
           
static LEInst.Type LEInst.getType(Nodable no, VarContext context)
          Get the LENodable type of this Nodable.
protected  boolean LENetlister.isSettingsConflict(LENetlister.NetlisterConstants current, Cell topLevelCell, VarContext context, Cell localCell)
          This checks for LE settings in the cell, and returns true if they conflict.
 boolean LENetlister2.netlist(Cell cell, VarContext context, boolean useCaching)
           
 boolean LENetlister1.netlist(Cell cell, VarContext context, boolean useCaching)
           
abstract  boolean LENetlister.netlist(Cell cell, VarContext context, boolean useCaching)
          Call to start netlisting.
 void LETool.optimizeEqualGateDelays(Cell cell, VarContext context, boolean newAlg)
          Optimizes a Cell containing logical effort gates for equal gate delays.
static void LETool.printResults(Nodable no, VarContext context)
          Prints results of a sizing job for a Nodable.
 boolean LENetlister2.printResults(Nodable no, VarContext context)
           
 boolean LENetlister1.printResults(Nodable no, VarContext context)
           
abstract  boolean LENetlister.printResults(Nodable no, VarContext context)
          print the results for the Nodable
 void LETool.UniqueNodeMap.put(VarContext context, Cell cell)
           
protected  void Instance.setContext(VarContext context)
          Set VarContext
protected  boolean LENodable.setOnlyContext(VarContext context, LENetwork outputNetwork, float mfactor, float su, LENetlister.NetlisterConstants constants)
          Set the only context of this LENodable.
 

Method parameters in com.sun.electric.tool.logicaleffort with type arguments of type VarContext
 void LENetlister2.getSizes(java.util.List<java.lang.Float> sizes, java.util.List<java.lang.String> varNames, java.util.List<NodeInst> nodes, java.util.List<VarContext> contexts)
          Updates the size of all Logical Effort gates
 void LENetlister1.getSizes(java.util.List<java.lang.Float> sizes, java.util.List<java.lang.String> varNames, java.util.List<NodeInst> nodes, java.util.List<VarContext> contexts)
           
abstract  void LENetlister.getSizes(java.util.List<java.lang.Float> sizes, java.util.List<java.lang.String> varNames, java.util.List<NodeInst> nodes, java.util.List<VarContext> contexts)
          Get the sizes and associated variable names to store on the top level cell
 

Constructors in com.sun.electric.tool.logicaleffort with parameters of type VarContext
LETool.AnalyzeCell(LESizer.Alg algorithm, Cell cell, VarContext context, boolean newAlg)
           
 

Uses of VarContext in com.sun.electric.tool.ncc
 

Methods in com.sun.electric.tool.ncc that return VarContext
 VarContext[] NccGlobalsReportable.getRootContexts()
           
 VarContext[] NccGlobals.getRootContexts()
           
 

Methods in com.sun.electric.tool.ncc with parameters of type VarContext
static NccResult NccEngine.buildBlackBoxes(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
           
static NccResult NccEngine.compare(Cell cell1, VarContext context1, Cell cell2, VarContext context2, HierarchyInfo hierInfo, NccOptions options, Aborter aborter)
          compare two Cells
static NccResults Ncc.compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options)
          Compare two cells.
static NccResults Ncc.compare(Cell cell1, VarContext ctxt1, Cell cell2, VarContext ctxt2, NccOptions options, Job job)
          Compare two cells.
static NccResults Pie.invokePieNccCompare(Cell c1, VarContext v1, Cell c2, VarContext v2, NccOptions opt, PIEOptions pOpt)
           
static void NccCrossProbing.runNccSchematicCrossProbing(Cell cell, VarContext context)
           
 

Method parameters in com.sun.electric.tool.ncc with type arguments of type VarContext
static NccResult NccEngine.compare(java.util.List<Cell> cells, java.util.List<VarContext> contexts, HierarchyInfo hierCompInfo, NccOptions options, Aborter aborter)
          Check to see if all cells are electrically equivalent.
 

Uses of VarContext in com.sun.electric.tool.ncc.basic
 

Fields in com.sun.electric.tool.ncc.basic declared as VarContext
 VarContext CellContext.context
           
 

Constructors in com.sun.electric.tool.ncc.basic with parameters of type VarContext
CellContext(Cell cell, VarContext context)
           
 

Uses of VarContext in com.sun.electric.tool.ncc.netlist
 

Methods in com.sun.electric.tool.ncc.netlist that return VarContext
 VarContext NccNameProxy.getContext()
           
 VarContext NccNetlist.getRootContext()
           
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type VarContext
NccNetlist(Cell root, VarContext context, HierarchyInfo hierInfo, boolean blackBox, NccGlobals globals)
           
 

Uses of VarContext in com.sun.electric.tool.ncc.result
 

Methods in com.sun.electric.tool.ncc.result that return VarContext
 VarContext[] NccResult.getRootContexts()
          return array of the VarContexts for the top-level Cells begin compared
 

Uses of VarContext in com.sun.electric.tool.ncc.result.equivalence
 

Methods in com.sun.electric.tool.ncc.result.equivalence with parameters of type VarContext
 HierarchyEnumerator.NetNameProxy Equivalence.findEquivalentNet(VarContext vc, Network net)
           
 HierarchyEnumerator.NetNameProxy Equivalence.findEquivalentNetShortingResistors(VarContext vc, Network net)
           
 HierarchyEnumerator.NodableNameProxy Equivalence.findEquivalentNode(VarContext vc, Nodable node)
           
 

Constructors in com.sun.electric.tool.ncc.result.equivalence with parameters of type VarContext
Equivalence(HierarchyEnumerator.NetNameProxy[][] equivNets, HierarchyEnumerator.NodableNameProxy[][] equivNodes, Cell[] nccRootCells, VarContext[] nccRootCtxts)
           
 

Uses of VarContext in com.sun.electric.tool.simulation
 

Methods in com.sun.electric.tool.simulation with parameters of type VarContext
static void Simulation.runIRSIM(Cell cell, VarContext context, java.lang.String fileName)
          Method to run the IRSIM simulator on a given cell, context or file.
 

Uses of VarContext in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user with parameters of type VarContext
 void ErrorLogger.logError(java.lang.String message, Geometric geom, Cell cell, VarContext context, int sortKey)
          Factory method to log an error message.
 void ErrorLogger.logWarning(java.lang.String message, Export pp, Cell cell, VarContext context, int sortKey)
          Factory method to log a warning message.
 void ErrorLogger.logWarning(java.lang.String message, Geometric geom, Cell cell, VarContext context, int sortKey)
          Factory method to log a warning message.
static ErrorHighlight ErrorHighlight.newInstance(VarContext context, Geometric geom)
           
 

Uses of VarContext in com.sun.electric.tool.user.ncc
 

Fields in com.sun.electric.tool.user.ncc declared as VarContext
protected  VarContext ExportConflict.context
          Conflict Cell
protected  VarContext[] ExportMismatch.contexts
          Conetexts
 

Methods in com.sun.electric.tool.user.ncc that return VarContext
 VarContext UnrecognizedPart.getContext()
           
 VarContext ExportConflict.getContext()
           
 VarContext ExportAssertionFailures.getContext()
           
 VarContext ExportMismatch.getContext(int index)
          Get Context with the given design index.
 VarContext[] NccGuiInfo.getContexts()
          This method returns an array of two cell contexts
 

Methods in com.sun.electric.tool.user.ncc with parameters of type VarContext
 void NccGuiInfo.addExportAssertionFailure(Cell cell, VarContext context, java.lang.Object[][] items, java.lang.String[][] names)
           
static Highlighter HighlightTools.getHighlighter(Cell cell, VarContext context)
           
 void ExportMismatch.setContexts(VarContext cnxt1, VarContext cnxt2)
          Set Contexts of the compared Cells (designs).
 

Constructors in com.sun.electric.tool.user.ncc with parameters of type VarContext
ExportAssertionFailures(Cell cell, VarContext context, java.lang.Object[][] items, java.lang.String[][] names)
           
ExportConflict.CharactConflict(Cell cel, VarContext con, java.lang.String nm, java.lang.String gType, java.lang.String lType, Export exp)
           
ExportConflict.NetworkConflict(Cell cel, VarContext con, java.lang.String nm, Network lNet, Network gNet)
           
ExportConflict(Cell cel, VarContext con, java.lang.String nm)
           
UnrecognizedPart(Cell cel, VarContext con, java.lang.String nm, NodeInst inst)
           
 

Uses of VarContext in com.sun.electric.tool.user.redisplay
 

Methods in com.sun.electric.tool.user.redisplay with parameters of type VarContext
 void PixelDrawing.printImage(double scale, java.awt.geom.Point2D offset, Cell cell, VarContext varContext)
          This is the entry point for rendering.
 

Uses of VarContext in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return VarContext
 VarContext WindowFrame.CellHistory.getContext()
           
 VarContext EditWindow.getVarContext()
          Get the window's VarContext
 

Methods in com.sun.electric.tool.user.ui with parameters of type VarContext
 void WindowFrame.addToHistory(Cell cell, VarContext context, WindowFrame.DisplayAttributes da)
          Adds to cellHistory record list.
 int WindowFrame.findCellHistoryIndex(Cell cell, VarContext context)
          Method to find a CellHistory index that shows a given cell and context.
 void WindowContent.setCell(Cell cell, VarContext context, WindowFrame.DisplayAttributes displayAttributes)
           
 void TextWindow.setCell(Cell cell, VarContext context, WindowFrame.DisplayAttributes displayAttributes)
          Method to set the cell that is shown in the window to "cell".
 void EditWindow.setCell(Cell cell, VarContext context, WindowFrame.DisplayAttributes displayAttributes)
          Method to set the cell that is shown in the window to "cell".
 void WindowFrame.CellHistory.setContext(VarContext context)
           
static EditWindow EditWindow.showEditWindowForCell(Cell c, VarContext varC)
          Method to bring to the front a WindowFrame associated to a given Cell.
 

Uses of VarContext in com.sun.electric.tool.user.waveform
 

Methods in com.sun.electric.tool.user.waveform that return VarContext
 VarContext WaveformWindow.Locator.getContext()
          Method to return the context of all signals in the EditWindow given to the constructor.
 

Methods in com.sun.electric.tool.user.waveform with parameters of type VarContext
 java.util.List<Signal> WaveformWindow.findAllSignals(Cell cell, VarContext context, boolean sort, boolean recurse)
          Test signal lookup
static java.lang.String WaveformWindow.getSpiceNetName(VarContext context, Network net)
          Get the spice net name associated with the network and the context.
static java.lang.String WaveformWindow.getSpiceNetName(VarContext context, Network net, boolean assuraRCXFormat, boolean starRCXTFormat)
          Get the spice net name associated with the network and the context.
 void WaveformWindow.removeSignals(java.util.Set<Network> nets, VarContext context)
          Method to remove a set of Networks from the waveform display.
 void WaveformWindow.setCell(Cell cell, VarContext context, WindowFrame.DisplayAttributes displayAttributes)
           
 void WaveformWindow.showSignals(Highlighter h, VarContext context, boolean newPanel)
          Method to add a selection to the waveform display.