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

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

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf with parameters of type TestDiff
static TestResult FuzzyUtil.getValidTestResult(TestDiff diff)
          Get a valid TestResult out of a TestDiff.
 

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

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config that return TestDiff
 TestDiff ConfigFactory.createTestDiff()
          Returns a new object of class 'ESFuzzyTest Diff'.
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config that return types with arguments of type TestDiff
 org.eclipse.emf.common.util.EList<TestDiff> DiffReport.getDiffs()
          Returns the value of the 'Diffs' containment reference list.
 

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

Classes in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that implement TestDiff
 class TestDiffImpl
          An implementation of the model object 'ESFuzzyTest Diff'.
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that return TestDiff
 TestDiff ConfigFactoryImpl.createTestDiff()
           
 

Methods in org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl that return types with arguments of type TestDiff
 org.eclipse.emf.common.util.EList<TestDiff> DiffReportImpl.getDiffs()
           
 

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



Copyright © 2015. All Rights Reserved.