public class QueryResultChangeDelta
extends java.lang.Object
Constructor and Description |
---|
QueryResultChangeDelta(IQuerySpecification<?> specification) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<IPatternMatch> |
getAppeared()
Returns the matches that are added to this delta
|
java.util.Set<IPatternMatch> |
getDisappeared()
Returns the matches that have disappeared in this delta
|
IQuerySpecification<?> |
getSpecification() |
java.util.Set<IPatternMatch> |
getUpdated()
Returns the matches that were updated in this delta
|
boolean |
hasChanges()
Returns whether this delta contains changes of any kind
|
java.lang.String |
toString() |
public QueryResultChangeDelta(IQuerySpecification<?> specification)
public IQuerySpecification<?> getSpecification()
public java.util.Set<IPatternMatch> getAppeared()
public java.util.Set<IPatternMatch> getUpdated()
public java.util.Set<IPatternMatch> getDisappeared()
public boolean hasChanges()
public java.lang.String toString()
toString
in class java.lang.Object