com.sun.electric.tool.extract
Class GeometrySearch.GeometrySearchResult

java.lang.Object
  extended by com.sun.electric.tool.extract.GeometrySearch.GeometrySearchResult
Enclosing class:
GeometrySearch

public static class GeometrySearch.GeometrySearchResult
extends java.lang.Object

Class that holds results of the search (a packaged Geometric and VarContext).


Method Summary
 java.lang.String describe()
           
 VarContext getContext()
           
 Geometric getGeometric()
           
 java.lang.String getInstPath(VarContext vc)
          Return the concatenation of all instances names left to right from the root to the leaf.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGeometric

public Geometric getGeometric()

getContext

public VarContext getContext()

describe

public java.lang.String describe()

getInstPath

public java.lang.String getInstPath(VarContext vc)
Return the concatenation of all instances names left to right from the root to the leaf. Begin with the string with a separator and place a separator between adjacent instance names.

Parameters:
vc - the context of the search.