Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Benchmark

Packages that use Benchmark
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util   
 

Uses of Benchmark in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return Benchmark
 Benchmark BenchmarkFactory.createBenchmark()
          Returns a new object of class 'Benchmark'.
 

Uses of Benchmark in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util with parameters of type Benchmark
 T BenchmarkSwitch.caseBenchmark(Benchmark object)
          Returns the result of interpreting the object as an instance of 'Benchmark'.