Package | Description |
---|---|
org.eclipse.emf.compare.ide.ui.internal.logical.resolver |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<URI,IComputation<URI>> |
ModelsResolution.resolveRemoteURI(ThreadSafeProgressMonitor tspm,
SynchronizedResourceSet resourceSet)
Provides a
Function that converts a given URI into a Computation that can be run by a
ResourceComputationScheduler . |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceComputationScheduler.scheduleComputation(IComputation<T> computation)
Schedules a given computation to be performed as soon as possible, if its key is not present in the
ResourceComputationScheduler.computedKeys or in the ResourceComputationScheduler.currentlyComputing keys, in which case the computation is
ignored. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceComputationScheduler.computeAll(Iterable<? extends IComputation<T>> computations)
Schedules all the given computations, which will only be run if no computation for the same key is in
the
ResourceComputationScheduler.computedKeys variable. |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.