Uses of Class
org.eclipse.emf.emfstore.modelmutator.ESAbstractModelMutator

Packages that use ESAbstractModelMutator
org.eclipse.emf.emfstore.fuzzy.emf   
org.eclipse.emf.emfstore.fuzzy.emf.junit   
org.eclipse.emf.emfstore.modelmutator   
 

Uses of ESAbstractModelMutator in org.eclipse.emf.emfstore.fuzzy.emf
 

Methods in org.eclipse.emf.emfstore.fuzzy.emf with parameters of type ESAbstractModelMutator
 void ESXMIResourceDataProvider.setMutator(ESAbstractModelMutator modelMutator)
          Sets the mutator to be used in order to generate and mutate data.
 void ESEMFDataProvider.setMutator(ESAbstractModelMutator modelMutator)
          Sets the mutator to be used in order to generate and mutate data.
 

Uses of ESAbstractModelMutator in org.eclipse.emf.emfstore.fuzzy.emf.junit
 

Subclasses of ESAbstractModelMutator in org.eclipse.emf.emfstore.fuzzy.emf.junit
 class ESDefaultModelMutator
          Implementation of AbstractModelMutator with empty preMutate and postMutate methods.
 

Methods in org.eclipse.emf.emfstore.fuzzy.emf.junit with parameters of type ESAbstractModelMutator
 void ESFuzzyDataProvider.setMutator(ESAbstractModelMutator modelMutator)
          Sets the mutator to be used in order to generate and mutate data.
 

Uses of ESAbstractModelMutator in org.eclipse.emf.emfstore.modelmutator
 

Subclasses of ESAbstractModelMutator in org.eclipse.emf.emfstore.modelmutator
 class ESCrossResourceReferencesModelMutator
          Model mutator that creates a ResourceSet, places the root object into the first resource and then distributes all children across the different resources.
 



Copyright © 2016. All Rights Reserved.