public static class GeometrySearch.GeometrySearchResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public Geometric getGeometric()
public VarContext getContext()
public java.lang.String describe()
public java.lang.String getInstPath(VarContext vc)
vc
- the context of the search.