Uses of Interface
org.eclipse.emf.compare.req.IReqEngine
Packages that use IReqEngine
-
Uses of IReqEngine in org.eclipse.emf.compare
Fields in org.eclipse.emf.compare declared as IReqEngineModifier and TypeFieldDescriptionprotected IReqEngine
EMFCompare.Builder.reqEngine
The IReqEngine to use to compute comparison.Methods in org.eclipse.emf.compare with parameters of type IReqEngineModifier and TypeMethodDescriptionEMFCompare.Builder.setRequirementEngine
(IReqEngine re) Sets the IReqEngine to be used to compute dependencies between Diff.Constructors in org.eclipse.emf.compare with parameters of type IReqEngineModifierConstructorDescriptionprotected
EMFCompare
(IMatchEngine.Factory.Registry matchEngineFactoryRegistry, IDiffEngine diffEngine, IReqEngine reqEngine, IEquiEngine equiEngine, IConflictDetector conflictDetector, IPostProcessor.Descriptor.Registry<?> postProcessorFactoryRegistry) Creates a new EMFCompare object able to compare Notifier with the help of given engines. -
Uses of IReqEngine in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return types with arguments of type IReqEngineModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getReqEngineDescriptorRegistry()
Returns the registry of Requirements engines. -
Uses of IReqEngine in org.eclipse.emf.compare.req
Classes in org.eclipse.emf.compare.req that implement IReqEngineModifier and TypeClassDescriptionclass
The requirements engine is in charge of actually computing the requirements between the differences.