org.eclipse.modisco.infra.discovery.benchmark
Interface AveragedMultiDiscoveryBenchmark

All Superinterfaces:
Benchmark

public interface AveragedMultiDiscoveryBenchmark
extends Benchmark

A representation of the model object 'Averaged Multi Discovery Benchmark'.

The following features are supported:

See Also:
BenchmarkPackage.getAveragedMultiDiscoveryBenchmark()
Generated:
Model:

Method Summary
  getDiscoveries()
          Returns the value of the 'Discoveries' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.infra.discovery.benchmark.Benchmark
getJvmMaxHeapInMiB, getOsArchitecture, getOsName, getOsVersion, getProcessorCacheSize, getProcessorCount, getProcessorDescription, getProcessorName, getSystemMemory, setJvmMaxHeapInMiB, setOsArchitecture, setOsName, setOsVersion, setProcessorCacheSize, setProcessorCount, setProcessorDescription, setProcessorName, setSystemMemory
 

Method Detail

getDiscoveries

 getDiscoveries()
Returns the value of the 'Discoveries' containment reference list. The list contents are of type AveragedProjectDiscovery.

If the meaning of the 'Discoveries' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discoveries' containment reference list.
See Also:
BenchmarkPackage.getAveragedMultiDiscoveryBenchmark_Discoveries()
Generated:
Model:
containment="true"