public final class LogicalModelViewHandlerUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<IResource> |
getLogicalModelResources(Collection<SynchronizationModel> logicalModels,
IProgressMonitor monitor)
Get the resources of the given logical models.
|
static Collection<SynchronizationModel> |
getSynchronizationModels(IFile file,
IProgressMonitor monitor)
Get the logical model associated with the given file.
|
static boolean |
isEMFCompareCompliantFile(IFile file)
Check if the given file is a model compliant with EMF Compare.
|
public static Collection<SynchronizationModel> getSynchronizationModels(IFile file, IProgressMonitor monitor)
file
- the given file to compute the logical model.monitor
- to monitor the process.public static Collection<IResource> getLogicalModelResources(Collection<SynchronizationModel> logicalModels, IProgressMonitor monitor)
logicalModels
- the logical models.monitor
- to monitor the process.public static boolean isEMFCompareCompliantFile(IFile file)
file
- the file to test.
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.