Uses of Class
org.eclipse.emf.compare.epatch.applier.ApplyStrategy

Packages that use ApplyStrategy
org.eclipse.emf.compare.epatch.applier   
 

Uses of ApplyStrategy in org.eclipse.emf.compare.epatch.applier
 

Fields in org.eclipse.emf.compare.epatch.applier declared as ApplyStrategy
protected  ApplyStrategy CopyingEpatchApplier.strategy
           
 

Methods in org.eclipse.emf.compare.epatch.applier that return ApplyStrategy
 ApplyStrategy EpatchMapping.getStrategy()
           
 ApplyStrategy InvertedEpatchMapping.getStrategy()
           
 ApplyStrategy CopyingEpatchApplier.TriMap.getStrategy()
           
abstract  ApplyStrategy ApplyStrategy.inverse()
           
static ApplyStrategy ApplyStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApplyStrategy[] ApplyStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.compare.epatch.applier with parameters of type ApplyStrategy
static EpatchApplyStrategy EpatchApplyStrategy.Util.get(ApplyStrategy strategy)
           
 

Constructors in org.eclipse.emf.compare.epatch.applier with parameters of type ApplyStrategy
CopyingEpatchApplier(ApplyStrategy strategy, Epatch epatch, java.util.Map<ModelImport,org.eclipse.emf.ecore.resource.Resource> imports, java.util.Map<NamedResource,org.eclipse.emf.ecore.resource.Resource> inputResources, org.eclipse.emf.ecore.resource.ResourceSet outputResourceSet)
           
CopyingEpatchApplier(ApplyStrategy strategy, Epatch epatch, java.util.Map<NamedResource,org.eclipse.emf.ecore.resource.Resource> inputResources, org.eclipse.emf.ecore.resource.ResourceSet inputResourceSet)
           
CopyingEpatchApplier(ApplyStrategy strategy, Epatch epatch, org.eclipse.emf.ecore.resource.ResourceSet inputResourceSet)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.