|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Discovery
A representation of the model object 'Discovery'.
The following features are supported:
NameDiscoverer IdDiscoverer Class NameDiscovery Time Average In SecondsSave Time Average In SecondsExecution Time Standard DeviationSave Time Standard DeviationNumber Of Model ElementsXmi Size In BytesProjectIterationsDiscoverer Launch ConfigurationCopy Of Discoverer Description
BenchmarkPackage.getDiscovery()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DiscovererDescription |
getCopyOfDiscovererDescription()
Returns the value of the 'Copy Of Discoverer Description' containment reference. |
java.lang.String |
getDiscovererClassName()
Returns the value of the 'Discoverer Class Name' attribute. |
java.lang.String |
getDiscovererId()
Returns the value of the 'Discoverer Id' attribute. |
LaunchConfiguration |
getDiscovererLaunchConfiguration()
Returns the value of the 'Discoverer Launch Configuration' containment reference. |
double |
getDiscoveryTimeAverageInSeconds()
Returns the value of the 'Discovery Time Average In Seconds' attribute. |
double |
getExecutionTimeStandardDeviation()
Returns the value of the 'Execution Time Standard Deviation' attribute. |
|
getIterations()
Returns the value of the 'Iterations' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
long |
getNumberOfModelElements()
Returns the value of the 'Number Of Model Elements' attribute. |
Resource |
getProject()
Returns the value of the 'Project' reference. |
double |
getSaveTimeAverageInSeconds()
Returns the value of the 'Save Time Average In Seconds' attribute. |
double |
getSaveTimeStandardDeviation()
Returns the value of the 'Save Time Standard Deviation' attribute. |
long |
getXmiSizeInBytes()
Returns the value of the 'Xmi Size In Bytes' attribute. |
void |
setCopyOfDiscovererDescription(DiscovererDescription value)
Sets the value of the ' Copy Of Discoverer Description' containment reference. |
void |
setDiscovererClassName(java.lang.String value)
Sets the value of the ' Discoverer Class Name' attribute. |
void |
setDiscovererId(java.lang.String value)
Sets the value of the ' Discoverer Id' attribute. |
void |
setDiscovererLaunchConfiguration(LaunchConfiguration value)
Sets the value of the ' Discoverer Launch Configuration' containment reference. |
void |
setDiscoveryTimeAverageInSeconds(double value)
Sets the value of the ' Discovery Time Average In Seconds' attribute. |
void |
setExecutionTimeStandardDeviation(double value)
Sets the value of the ' Execution Time Standard Deviation' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setNumberOfModelElements(long value)
Sets the value of the ' Number Of Model Elements' attribute. |
void |
setProject(Resource value)
Sets the value of the ' Project' reference. |
void |
setSaveTimeAverageInSeconds(double value)
Sets the value of the ' Save Time Average In Seconds' attribute. |
void |
setSaveTimeStandardDeviation(double value)
Sets the value of the ' Save Time Standard Deviation' attribute. |
void |
setXmiSizeInBytes(long value)
Sets the value of the ' Xmi Size In Bytes' attribute. |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
BenchmarkPackage.getDiscovery_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getDiscovererId()
If the meaning of the 'Discoverer Id' attribute isn't clear, there really should be more of a description here...
setDiscovererId(String),
BenchmarkPackage.getDiscovery_DiscovererId()void setDiscovererId(java.lang.String value)
Discoverer Id' attribute.
value - the new value of the 'Discoverer Id' attribute.getDiscovererId()java.lang.String getDiscovererClassName()
If the meaning of the 'Discoverer Class Name' attribute isn't clear, there really should be more of a description here...
setDiscovererClassName(String),
BenchmarkPackage.getDiscovery_DiscovererClassName()void setDiscovererClassName(java.lang.String value)
Discoverer Class Name' attribute.
value - the new value of the 'Discoverer Class Name' attribute.getDiscovererClassName()double getDiscoveryTimeAverageInSeconds()
If the meaning of the 'Discovery Time Average In Seconds' attribute isn't clear, there really should be more of a description here...
setDiscoveryTimeAverageInSeconds(double),
BenchmarkPackage.getDiscovery_DiscoveryTimeAverageInSeconds()void setDiscoveryTimeAverageInSeconds(double value)
Discovery Time Average In Seconds' attribute.
value - the new value of the 'Discovery Time Average In Seconds' attribute.getDiscoveryTimeAverageInSeconds()double getSaveTimeAverageInSeconds()
If the meaning of the 'Save Time Average In Seconds' attribute isn't clear, there really should be more of a description here...
setSaveTimeAverageInSeconds(double),
BenchmarkPackage.getDiscovery_SaveTimeAverageInSeconds()void setSaveTimeAverageInSeconds(double value)
Save Time Average In Seconds' attribute.
value - the new value of the 'Save Time Average In Seconds' attribute.getSaveTimeAverageInSeconds()double getExecutionTimeStandardDeviation()
If the meaning of the 'Execution Time Standard Deviation' attribute isn't clear, there really should be more of a description here...
setExecutionTimeStandardDeviation(double),
BenchmarkPackage.getDiscovery_ExecutionTimeStandardDeviation()void setExecutionTimeStandardDeviation(double value)
Execution Time Standard Deviation' attribute.
value - the new value of the 'Execution Time Standard Deviation' attribute.getExecutionTimeStandardDeviation()double getSaveTimeStandardDeviation()
If the meaning of the 'Save Time Standard Deviation' attribute isn't clear, there really should be more of a description here...
setSaveTimeStandardDeviation(double),
BenchmarkPackage.getDiscovery_SaveTimeStandardDeviation()void setSaveTimeStandardDeviation(double value)
Save Time Standard Deviation' attribute.
value - the new value of the 'Save Time Standard Deviation' attribute.getSaveTimeStandardDeviation()long getNumberOfModelElements()
If the meaning of the 'Number Of Model Elements' attribute isn't clear, there really should be more of a description here...
setNumberOfModelElements(long),
BenchmarkPackage.getDiscovery_NumberOfModelElements()void setNumberOfModelElements(long value)
Number Of Model Elements' attribute.
value - the new value of the 'Number Of Model Elements' attribute.getNumberOfModelElements()long getXmiSizeInBytes()
If the meaning of the 'Xmi Size In Bytes' attribute isn't clear, there really should be more of a description here...
setXmiSizeInBytes(long),
BenchmarkPackage.getDiscovery_XmiSizeInBytes()void setXmiSizeInBytes(long value)
Xmi Size In Bytes' attribute.
value - the new value of the 'Xmi Size In Bytes' attribute.getXmiSizeInBytes()Resource getProject()
If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...
setProject(Resource),
BenchmarkPackage.getDiscovery_Project()void setProject(Resource value)
Project' reference.
value - the new value of the 'Project' reference.getProject()getIterations()
DiscoveryIteration.
If the meaning of the 'Iterations' reference list isn't clear, there really should be more of a description here...
BenchmarkPackage.getDiscovery_Iterations()LaunchConfiguration getDiscovererLaunchConfiguration()
If the meaning of the 'Discoverer Launch Configuration' reference isn't clear, there really should be more of a description here...
setDiscovererLaunchConfiguration(LaunchConfiguration),
BenchmarkPackage.getDiscovery_DiscovererLaunchConfiguration()void setDiscovererLaunchConfiguration(LaunchConfiguration value)
Discoverer Launch Configuration' containment reference.
value - the new value of the 'Discoverer Launch Configuration' containment reference.getDiscovererLaunchConfiguration()DiscovererDescription getCopyOfDiscovererDescription()
If the meaning of the 'Copy Of Discoverer Description' reference isn't clear, there really should be more of a description here...
setCopyOfDiscovererDescription(DiscovererDescription),
BenchmarkPackage.getDiscovery_CopyOfDiscovererDescription()void setCopyOfDiscovererDescription(DiscovererDescription value)
Copy Of Discoverer Description' containment reference.
value - the new value of the 'Copy Of Discoverer Description' containment reference.getCopyOfDiscovererDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||