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

Packages that use TestConfig
org.eclipse.emf.emfstore.fuzzy.emf.diff.spi   
org.eclipse.emf.emfstore.fuzzy.emf.internal.diff   
org.eclipse.emf.emfstore.internal.fuzzy.emf   
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 TestConfig in org.eclipse.emf.emfstore.fuzzy.emf.diff.spi
 

Methods in org.eclipse.emf.emfstore.fuzzy.emf.diff.spi with parameters of type TestConfig
 void TestRunProvider.setConfig(TestConfig config)
           
 

Uses of TestConfig in org.eclipse.emf.emfstore.fuzzy.emf.internal.diff
 

Methods in org.eclipse.emf.emfstore.fuzzy.emf.internal.diff that return types with arguments of type TestConfig
 List<TestConfig> HudsonTestRunProvider.getAllConfigs()
           
 

Uses of TestConfig in org.eclipse.emf.emfstore.internal.fuzzy.emf
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf with parameters of type TestConfig
static boolean FuzzyUtil.containsConfig(org.eclipse.emf.ecore.resource.Resource resource, TestConfig config)
          Checks if a resource contains a TestConfig.
 

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

Constructors in org.eclipse.emf.emfstore.internal.fuzzy.emf.api with parameters of type TestConfig
ESTestConfigImpl(TestConfig testConfig)
          Constructor.
 

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

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config that return TestConfig
 TestConfig ConfigFactory.createTestConfig()
          Returns a new object of class 'ESFuzzyTest Config'.
 TestConfig TestRun.getConfig()
          Returns the value of the 'Config' containment reference.
 TestConfig TestDiff.getConfig()
          Returns the value of the 'Config' reference.
 

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

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

Classes in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that implement TestConfig
 class TestConfigImpl
          An implementation of the model object 'ESFuzzyTest Config'.
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that return TestConfig
 TestConfig TestDiffImpl.basicGetConfig()
           
 TestConfig ConfigFactoryImpl.createTestConfig()
           
 TestConfig TestRunImpl.getConfig()
           
 TestConfig TestDiffImpl.getConfig()
           
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl with parameters of type TestConfig
 org.eclipse.emf.common.notify.NotificationChain TestRunImpl.basicSetConfig(TestConfig newConfig, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TestRunImpl.setConfig(TestConfig newConfig)
           
 void TestDiffImpl.setConfig(TestConfig newConfig)
           
 

Uses of TestConfig 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 TestConfig
 T ConfigSwitch.caseTestConfig(TestConfig object)
          Returns the result of interpreting the object as an instance of 'ESFuzzyTest Config'.
 



Copyright © 2015. All Rights Reserved.