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

All Superinterfaces:
Benchmark

public interface MultiProjectBenchmark
extends Benchmark

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

The following features are supported:

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

Method Summary
  getProjects()
          Returns the value of the 'Projects' 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

getProjects

 getProjects()
Returns the value of the 'Projects' containment reference list. The list contents are of type DiscoveredProject.

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

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