Uses of Interface
org.eclipse.emf.emfstore.internal.fuzzy.emf.config.MutatorConfig

Packages that use MutatorConfig
org.eclipse.emf.emfstore.internal.fuzzy.emf.api   
org.eclipse.emf.emfstore.internal.fuzzy.emf.config   
org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl   
org.eclipse.emf.emfstore.internal.fuzzy.emf.config.util   
 

Uses of MutatorConfig in org.eclipse.emf.emfstore.internal.fuzzy.emf.api
 

Constructors in org.eclipse.emf.emfstore.internal.fuzzy.emf.api with parameters of type MutatorConfig
ESMutatorConfigImpl(MutatorConfig mutatorConfig)
          Constructor.
 

Uses of MutatorConfig in org.eclipse.emf.emfstore.internal.fuzzy.emf.config
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config that return MutatorConfig
 MutatorConfig ConfigFactory.createMutatorConfig()
          Returns a new object of class 'Mutator Config'.
 MutatorConfig TestConfig.getMutatorConfig()
          Returns the value of the 'Mutator Config' containment reference.
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config with parameters of type MutatorConfig
 void TestConfig.setMutatorConfig(MutatorConfig value)
          Sets the value of the 'Mutator Config' containment reference.
 

Uses of MutatorConfig in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl
 

Classes in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that implement MutatorConfig
 class MutatorConfigImpl
          An implementation of the model object 'Mutator Config'.
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that return MutatorConfig
 MutatorConfig ConfigFactoryImpl.createMutatorConfig()
           
 MutatorConfig TestConfigImpl.getMutatorConfig()
           
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl with parameters of type MutatorConfig
 org.eclipse.emf.common.notify.NotificationChain TestConfigImpl.basicSetMutatorConfig(MutatorConfig newMutatorConfig, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TestConfigImpl.setMutatorConfig(MutatorConfig newMutatorConfig)
           
 

Uses of MutatorConfig in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.util
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.util with parameters of type MutatorConfig
 T ConfigSwitch.caseMutatorConfig(MutatorConfig object)
          Returns the result of interpreting the object as an instance of 'Mutator Config'.
 



Copyright © 2015. All Rights Reserved.