Uses of Interface
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.IComputation
Packages that use IComputation
-
Uses of IComputation in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that return types with arguments of type IComputationModifier and TypeMethodDescriptionprotected com.google.common.base.Function<URI,
IComputation<URI>> ModelsResolution.resolveRemoteURI
(ThreadSafeProgressMonitor tspm, SynchronizedResourceSet resourceSet) Provides aFunction
that converts a given URI into a Computation that can be run by aResourceComputationScheduler
.Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with parameters of type IComputationModifier and TypeMethodDescriptionboolean
ResourceComputationScheduler.scheduleComputation
(IComputation<T> computation) Schedules a given computation to be performed as soon as possible, if its key is not present in theResourceComputationScheduler.computedKeys
or in theResourceComputationScheduler.currentlyComputing
keys, in which case the computation is ignored.Method parameters in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with type arguments of type IComputationModifier and TypeMethodDescriptionvoid
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 theResourceComputationScheduler.computedKeys
variable.