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


public interface AveragedProjectDiscovery

A representation of the model object 'Averaged Project Discovery'.

The following features are supported:

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

Method Summary
 double getAverageExecutionTimeInSeconds()
          Returns the value of the 'Average Execution Time In Seconds' attribute.
 double getAverageSaveTimeInSeconds()
          Returns the value of the 'Average Save Time In Seconds' attribute.
 double getExecutionTimeStandardDeviation()
          Returns the value of the 'Execution Time Standard Deviation' attribute.
  getOccurrences()
          Returns the value of the 'Occurrences' containment reference list.
 double getSaveTimeStandardDeviation()
          Returns the value of the 'Save Time Standard Deviation' attribute.
 

Method Detail

getAverageExecutionTimeInSeconds

double getAverageExecutionTimeInSeconds()
Returns the value of the 'Average Execution Time In Seconds' attribute.

If the meaning of the 'Average Execution Time In Seconds' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Average Execution Time In Seconds' attribute.
See Also:
BenchmarkPackage.getAveragedProjectDiscovery_AverageExecutionTimeInSeconds()
Generated:
Model:
transient="true" changeable="false" volatile="true" derived="true"

getAverageSaveTimeInSeconds

double getAverageSaveTimeInSeconds()
Returns the value of the 'Average Save Time In Seconds' attribute.

If the meaning of the 'Average Save Time In Seconds' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Average Save Time In Seconds' attribute.
See Also:
BenchmarkPackage.getAveragedProjectDiscovery_AverageSaveTimeInSeconds()
Generated:
Model:
transient="true" changeable="false" volatile="true" derived="true"

getExecutionTimeStandardDeviation

double getExecutionTimeStandardDeviation()
Returns the value of the 'Execution Time Standard Deviation' attribute.

If the meaning of the 'Execution Time Standard Deviation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Execution Time Standard Deviation' attribute.
See Also:
BenchmarkPackage.getAveragedProjectDiscovery_ExecutionTimeStandardDeviation()
Generated:
Model:
transient="true" changeable="false" volatile="true" derived="true"

getSaveTimeStandardDeviation

double getSaveTimeStandardDeviation()
Returns the value of the 'Save Time Standard Deviation' attribute.

If the meaning of the 'Save Time Standard Deviation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Save Time Standard Deviation' attribute.
See Also:
BenchmarkPackage.getAveragedProjectDiscovery_SaveTimeStandardDeviation()
Generated:
Model:
transient="true" changeable="false" volatile="true" derived="true"

getOccurrences

 getOccurrences()
Returns the value of the 'Occurrences' containment reference list. The list contents are of type ProjectDiscovery.

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

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