|
||||||||||
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:
Dicovery Date
Algorithm Variant
Discoverer Id
Discoverer Class Name
Save Time In Seconds
Total Execution Time In Seconds
Meta Model Variant
Max Used Memory In Bytes
Number Of Model Elements
Xmi Size In Bytes
Name
Discovery Error
BenchmarkPackage.getDiscovery()
Method Summary | |
---|---|
java.lang.String |
getAlgorithmVariant()
Returns the value of the 'Algorithm Variant' attribute. |
java.util.Date |
getDicoveryDate()
Returns the value of the 'Dicovery Date' attribute. |
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. |
java.lang.String |
getDiscoveryError()
Returns the value of the 'Discovery Error' attribute. |
long |
getMaxUsedMemoryInBytes()
Returns the value of the 'Max Used Memory In Bytes' attribute. |
java.lang.String |
getMetaModelVariant()
Returns the value of the 'Meta Model Variant' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
long |
getNumberOfModelElements()
Returns the value of the 'Number Of Model Elements' attribute. |
double |
getSaveTimeInSeconds()
Returns the value of the 'Save Time In Seconds' attribute. |
double |
getTotalExecutionTimeInSeconds()
Returns the value of the 'Total Execution Time In Seconds' attribute. |
long |
getXmiSizeInBytes()
Returns the value of the 'Xmi Size In Bytes' attribute. |
void |
setAlgorithmVariant(java.lang.String value)
Sets the value of the ' Algorithm Variant ' attribute. |
void |
setDicoveryDate(java.util.Date value)
Sets the value of the ' Dicovery Date ' attribute. |
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 |
setDiscoveryError(java.lang.String value)
Sets the value of the ' Discovery Error ' attribute. |
void |
setMaxUsedMemoryInBytes(long value)
Sets the value of the ' Max Used Memory In Bytes ' attribute. |
void |
setMetaModelVariant(java.lang.String value)
Sets the value of the ' Meta Model Variant ' 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 |
setSaveTimeInSeconds(double value)
Sets the value of the ' Save Time In Seconds ' attribute. |
void |
setTotalExecutionTimeInSeconds(double value)
Sets the value of the ' Total Execution Time In Seconds ' attribute. |
void |
setXmiSizeInBytes(long value)
Sets the value of the ' Xmi Size In Bytes ' attribute. |
Method Detail |
---|
java.util.Date getDicoveryDate()
If the meaning of the 'Dicovery Date' attribute isn't clear, there really should be more of a description here...
setDicoveryDate(Date)
,
BenchmarkPackage.getDiscovery_DicoveryDate()
void setDicoveryDate(java.util.Date value)
Dicovery Date
' attribute.
value
- the new value of the 'Dicovery Date' attribute.getDicoveryDate()
java.lang.String getAlgorithmVariant()
If the meaning of the 'Algorithm Variant' attribute isn't clear, there really should be more of a description here...
setAlgorithmVariant(String)
,
BenchmarkPackage.getDiscovery_AlgorithmVariant()
void setAlgorithmVariant(java.lang.String value)
Algorithm Variant
' attribute.
value
- the new value of the 'Algorithm Variant' attribute.getAlgorithmVariant()
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 getSaveTimeInSeconds()
If the meaning of the 'Save Time In Seconds' attribute isn't clear, there really should be more of a description here...
setSaveTimeInSeconds(double)
,
BenchmarkPackage.getDiscovery_SaveTimeInSeconds()
void setSaveTimeInSeconds(double value)
Save Time In Seconds
' attribute.
value
- the new value of the 'Save Time In Seconds' attribute.getSaveTimeInSeconds()
double getTotalExecutionTimeInSeconds()
If the meaning of the 'Total Execution Time In Seconds' attribute isn't clear, there really should be more of a description here...
setTotalExecutionTimeInSeconds(double)
,
BenchmarkPackage.getDiscovery_TotalExecutionTimeInSeconds()
void setTotalExecutionTimeInSeconds(double value)
Total Execution Time In Seconds
' attribute.
value
- the new value of the 'Total Execution Time In Seconds' attribute.getTotalExecutionTimeInSeconds()
java.lang.String getMetaModelVariant()
If the meaning of the 'Meta Model Variant' attribute isn't clear, there really should be more of a description here...
setMetaModelVariant(String)
,
BenchmarkPackage.getDiscovery_MetaModelVariant()
void setMetaModelVariant(java.lang.String value)
Meta Model Variant
' attribute.
value
- the new value of the 'Meta Model Variant' attribute.getMetaModelVariant()
long getMaxUsedMemoryInBytes()
If the meaning of the 'Max Used Memory In Bytes' attribute isn't clear, there really should be more of a description here...
setMaxUsedMemoryInBytes(long)
,
BenchmarkPackage.getDiscovery_MaxUsedMemoryInBytes()
void setMaxUsedMemoryInBytes(long value)
Max Used Memory In Bytes
' attribute.
value
- the new value of the 'Max Used Memory In Bytes' attribute.getMaxUsedMemoryInBytes()
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()
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 getDiscoveryError()
If the meaning of the 'Discovery Error' attribute isn't clear, there really should be more of a description here...
setDiscoveryError(String)
,
BenchmarkPackage.getDiscovery_DiscoveryError()
void setDiscoveryError(java.lang.String value)
Discovery Error
' attribute.
value
- the new value of the 'Discovery Error' attribute.getDiscoveryError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |