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

All Superinterfaces:
Project
All Known Subinterfaces:
JavaDiscoveredProject

public interface DiscoveredProject
extends Project

A representation of the model object 'Discovered Project'.

The following features are supported:

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

Method Summary
  getDiscoveries()
          Returns the value of the 'Discoveries' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.infra.discovery.benchmark.Project
getAverageFileSizeInBytes, getAverageLinesPerFile, getFiles, getName, getTotalLines, getTotalSizeInBytes, setName
 

Method Detail

getDiscoveries

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

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