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

All Superinterfaces:
Discovery
All Known Subinterfaces:
CDOProjectDiscovery

public interface ProjectDiscovery
extends Discovery

A representation of the model object 'Project Discovery'.

The following features are supported:

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

Method Summary
  getProjects()
          Returns the value of the 'Projects' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.infra.discovery.benchmark.Discovery
getAlgorithmVariant, getDicoveryDate, getDiscovererClassName, getDiscovererId, getDiscoveryError, getMaxUsedMemoryInBytes, getMetaModelVariant, getName, getNumberOfModelElements, getSaveTimeInSeconds, getTotalExecutionTimeInSeconds, getXmiSizeInBytes, setAlgorithmVariant, setDicoveryDate, setDiscovererClassName, setDiscovererId, setDiscoveryError, setMaxUsedMemoryInBytes, setMetaModelVariant, setName, setNumberOfModelElements, setSaveTimeInSeconds, setTotalExecutionTimeInSeconds, setXmiSizeInBytes
 

Method Detail

getProjects

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

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