Uses of Interface
org.eclipse.emf.compare.graph.IGraph
Packages that use IGraph
Package
Description
-
Uses of IGraph in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that return IGraphModifier and TypeMethodDescriptionDefaultResolutionContext.getGraph()
IResolutionContext.getGraph()
The graph of dependencies.Methods in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with parameters of type IGraphModifier and TypeMethodDescriptionprotected DefaultResolutionContext
ThreadedModelResolver.createContext
(com.google.common.eventbus.EventBus eventBus, IGraph<URI> aGraph) For testing purposes, this method is protected.void
Setter for the URI Graph istance.Constructors in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with parameters of type IGraphModifierConstructorDescriptionDefaultResolutionContext
(com.google.common.eventbus.EventBus eventBus, IGraph<URI> graph, DependencyGraphUpdater<URI> graphUpdater, ResourceComputationScheduler<URI> scheduler, ModelResourceListener modelResourceListener) DependencyGraphUpdater
(IGraph<T> graph, com.google.common.eventbus.EventBus eventBus) Constructor. -
Uses of IGraph in org.eclipse.emf.compare.internal.utils
Classes in org.eclipse.emf.compare.internal.utils that implement IGraphModifier and TypeClassDescriptionclass
Graph<E>
This structure will be used to maintain a undirected graph of elements.Methods in org.eclipse.emf.compare.internal.utils with parameters of type IGraphModifier and TypeMethodDescriptionstatic <E> ReadOnlyGraph<E>
ReadOnlyGraph.toReadOnlyGraph
(IGraph<E> graph) Convert a graph to a read-only graph. -
Uses of IGraph in org.eclipse.emf.compare.rcp.graph
Methods in org.eclipse.emf.compare.rcp.graph with parameters of type IGraph