Uses of Class
org.eclipse.emf.compare.ide.ui.internal.logical.resolver.ResourceComputationScheduler.ComputationState
-
Packages that use ResourceComputationScheduler.ComputationState Package Description org.eclipse.emf.compare.ide.ui.internal.logical.resolver -
-
Uses of ResourceComputationScheduler.ComputationState in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that return ResourceComputationScheduler.ComputationState Modifier and Type Method Description ResourceComputationScheduler.ComputationState
ResourceComputationScheduler.CallStatus. getState()
static ResourceComputationScheduler.ComputationState
ResourceComputationScheduler.ComputationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceComputationScheduler.ComputationState[]
ResourceComputationScheduler.ComputationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-