| 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  Functionthat converts a given URI into a Computation that can be run by aResourceComputationScheduler. | 
| 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.computedKeysor in theResourceComputationScheduler.currentlyComputingkeys, 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.computedKeysvariable. | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.