public class QueryResults extends Object
| Constructor and Description |
|---|
QueryResults(Query query,
Set<AffectedLocation> npes,
Set<Method> visMethod,
boolean timedout) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AffectedLocation> |
getAffectedLocations() |
Query |
getQuery() |
Collection<Method> |
getVisitedMethods() |
boolean |
isTimedout() |
public QueryResults(Query query, Set<AffectedLocation> npes, Set<Method> visMethod, boolean timedout)
public Query getQuery()
public Collection<Method> getVisitedMethods()
public Collection<AffectedLocation> getAffectedLocations()
public boolean isTimedout()
Copyright © 2024. All rights reserved.