public class AdvancedPatternParsingResults
extends java.lang.Object
AdvancedPatternParser
operations.Modifier and Type | Class and Description |
---|---|
static class |
AdvancedPatternParsingResults.AdvancedPatternParsingResultsBuilder |
Modifier | Constructor and Description |
---|---|
protected |
AdvancedPatternParsingResults() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IQuerySpecification<?>> |
getAddedSpecifications()
Returns a
Collection of IQuerySpecification objects that have been added to the cache. |
java.util.Collection<IQuerySpecification> |
getAddedSpecifications(org.eclipse.emf.common.util.URI uri)
Returns a
Collection of IQuerySpecification objects that have been added to the cache, which
originate from the same URI |
java.util.Collection<IQuerySpecification<?>> |
getErroneousSpecifications() |
java.util.Collection<IQuerySpecification<?>> |
getImpactedSpecifications()
Returns a
Collection of IQuerySpecification objects that have been updated as a side effect of an
'update', 'add' or 'remove' operation. |
java.util.Collection<IQuerySpecification<?>> |
getImpactedSpecifications(org.eclipse.emf.common.util.URI uri)
Returns a
Collection of IQuerySpecification objects that have been updated as a side effect of an
'update', 'add' or 'remove' operation, and originate from the same URI . |
java.util.Collection<IQuerySpecification<?>> |
getRemovedSpecifications()
Returns a
Collection of IQuerySpecification objects that have been removed from the cache via a
direct 'remove' operation. |
java.util.Collection<IQuerySpecification<?>> |
getRemovedSpecifications(org.eclipse.emf.common.util.URI uri)
Returns a
Collection of IQuerySpecification objects that have been removed from the cache via a
direct 'remove' operation, and originate from the same URI |
java.util.Collection<IQuerySpecification<?>> |
getUpdatedSpecifications()
Returns a
Collection of IQuerySpecification objects that have been updated via a direct 'update'
operation. |
java.util.Collection<IQuerySpecification<?>> |
getUpdatedSpecifications(org.eclipse.emf.common.util.URI uri)
Returns a
Collection of IQuerySpecification objects that have been updated via a direct 'update'
operation, and originate from the same URI . |
com.google.common.collect.Multimap<org.eclipse.emf.common.util.URI,IQuerySpecification<?>> |
getUriMap() |
public com.google.common.collect.Multimap<org.eclipse.emf.common.util.URI,IQuerySpecification<?>> getUriMap()
public java.util.Collection<IQuerySpecification<?>> getAddedSpecifications()
Collection
of IQuerySpecification
objects that have been added to the cache.public java.util.Collection<IQuerySpecification> getAddedSpecifications(org.eclipse.emf.common.util.URI uri)
Collection
of IQuerySpecification
objects that have been added to the cache, which
originate from the same URI
public java.util.Collection<IQuerySpecification<?>> getUpdatedSpecifications()
Collection
of IQuerySpecification
objects that have been updated via a direct 'update'
operation.public java.util.Collection<IQuerySpecification<?>> getUpdatedSpecifications(org.eclipse.emf.common.util.URI uri)
Collection
of IQuerySpecification
objects that have been updated via a direct 'update'
operation, and originate from the same URI
.public java.util.Collection<IQuerySpecification<?>> getRemovedSpecifications()
Collection
of IQuerySpecification
objects that have been removed from the cache via a
direct 'remove' operation.public java.util.Collection<IQuerySpecification<?>> getRemovedSpecifications(org.eclipse.emf.common.util.URI uri)
Collection
of IQuerySpecification
objects that have been removed from the cache via a
direct 'remove' operation, and originate from the same URI
public java.util.Collection<IQuerySpecification<?>> getImpactedSpecifications()
Collection
of IQuerySpecification
objects that have been updated as a side effect of an
'update', 'add' or 'remove' operation.public java.util.Collection<IQuerySpecification<?>> getImpactedSpecifications(org.eclipse.emf.common.util.URI uri)
Collection
of IQuerySpecification
objects that have been updated as a side effect of an
'update', 'add' or 'remove' operation, and originate from the same URI
.public java.util.Collection<IQuerySpecification<?>> getErroneousSpecifications()