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

All Superinterfaces:
Benchmark

public interface MultiDiscoveryBenchmark
extends Benchmark

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

The following features are supported:

See Also:
BenchmarkPackage.getMultiDiscoveryBenchmark()
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 ProjectDiscovery.

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.getMultiDiscoveryBenchmark_Discoveries()
Generated:
Model:
containment="true"