org.eigenbase.dmv
Class DmvResponse
java.lang.Object
org.eigenbase.dmv.DmvResponse
public class DmvResponse
- extends Object
DmvResponse represents the result of a DMV query.
- Version:
- $Id: //open/dev/farrago/src/org/eigenbase/dmv/DmvResponse.java#4 $
- Author:
- John Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchResult
private final Collection<RefObject> searchResult
transformationResult
private final JmiDependencyGraph transformationResult
DmvResponse
public DmvResponse(Collection<RefObject> searchResult,
JmiDependencyGraph transformationResult)
getSearchResult
public Collection<RefObject> getSearchResult()
getTransformationResult
public JmiDependencyGraph getTransformationResult()