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

All Known Subinterfaces:
CDODiscovery, CDOProjectDiscovery, ProjectDiscovery

public interface Discovery

A representation of the model object 'Discovery'.

The following features are supported:

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

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

getDicoveryDate

java.util.Date getDicoveryDate()
Returns the value of the 'Dicovery Date' attribute.

If the meaning of the 'Dicovery Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dicovery Date' attribute.
See Also:
setDicoveryDate(Date), BenchmarkPackage.getDiscovery_DicoveryDate()
Generated:
Model:

setDicoveryDate

void setDicoveryDate(java.util.Date value)
Sets the value of the 'Dicovery Date' attribute.

Parameters:
value - the new value of the 'Dicovery Date' attribute.
See Also:
getDicoveryDate()
Generated:

getAlgorithmVariant

java.lang.String getAlgorithmVariant()
Returns the value of the 'Algorithm Variant' attribute.

If the meaning of the 'Algorithm Variant' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Algorithm Variant' attribute.
See Also:
setAlgorithmVariant(String), BenchmarkPackage.getDiscovery_AlgorithmVariant()
Generated:
Model:

setAlgorithmVariant

void setAlgorithmVariant(java.lang.String value)
Sets the value of the 'Algorithm Variant' attribute.

Parameters:
value - the new value of the 'Algorithm Variant' attribute.
See Also:
getAlgorithmVariant()
Generated:

getDiscovererId

java.lang.String getDiscovererId()
Returns the value of the 'Discoverer Id' attribute.

If the meaning of the 'Discoverer Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discoverer Id' attribute.
See Also:
setDiscovererId(String), BenchmarkPackage.getDiscovery_DiscovererId()
Generated:
Model:

setDiscovererId

void setDiscovererId(java.lang.String value)
Sets the value of the 'Discoverer Id' attribute.

Parameters:
value - the new value of the 'Discoverer Id' attribute.
See Also:
getDiscovererId()
Generated:

getDiscovererClassName

java.lang.String getDiscovererClassName()
Returns the value of the 'Discoverer Class Name' attribute.

If the meaning of the 'Discoverer Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discoverer Class Name' attribute.
See Also:
setDiscovererClassName(String), BenchmarkPackage.getDiscovery_DiscovererClassName()
Generated:
Model:

setDiscovererClassName

void setDiscovererClassName(java.lang.String value)
Sets the value of the 'Discoverer Class Name' attribute.

Parameters:
value - the new value of the 'Discoverer Class Name' attribute.
See Also:
getDiscovererClassName()
Generated:

getSaveTimeInSeconds

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

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

Returns:
the value of the 'Save Time In Seconds' attribute.
See Also:
setSaveTimeInSeconds(double), BenchmarkPackage.getDiscovery_SaveTimeInSeconds()
Generated:
Model:

setSaveTimeInSeconds

void setSaveTimeInSeconds(double value)
Sets the value of the 'Save Time In Seconds' attribute.

Parameters:
value - the new value of the 'Save Time In Seconds' attribute.
See Also:
getSaveTimeInSeconds()
Generated:

getTotalExecutionTimeInSeconds

double getTotalExecutionTimeInSeconds()
Returns the value of the 'Total Execution Time In Seconds' attribute.

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

Returns:
the value of the 'Total Execution Time In Seconds' attribute.
See Also:
setTotalExecutionTimeInSeconds(double), BenchmarkPackage.getDiscovery_TotalExecutionTimeInSeconds()
Generated:
Model:

setTotalExecutionTimeInSeconds

void setTotalExecutionTimeInSeconds(double value)
Sets the value of the 'Total Execution Time In Seconds' attribute.

Parameters:
value - the new value of the 'Total Execution Time In Seconds' attribute.
See Also:
getTotalExecutionTimeInSeconds()
Generated:

getMetaModelVariant

java.lang.String getMetaModelVariant()
Returns the value of the 'Meta Model Variant' attribute.

If the meaning of the 'Meta Model Variant' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Model Variant' attribute.
See Also:
setMetaModelVariant(String), BenchmarkPackage.getDiscovery_MetaModelVariant()
Generated:
Model:

setMetaModelVariant

void setMetaModelVariant(java.lang.String value)
Sets the value of the 'Meta Model Variant' attribute.

Parameters:
value - the new value of the 'Meta Model Variant' attribute.
See Also:
getMetaModelVariant()
Generated:

getMaxUsedMemoryInBytes

long getMaxUsedMemoryInBytes()
Returns the value of the 'Max Used Memory In Bytes' attribute.

If the meaning of the 'Max Used Memory In Bytes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max Used Memory In Bytes' attribute.
See Also:
setMaxUsedMemoryInBytes(long), BenchmarkPackage.getDiscovery_MaxUsedMemoryInBytes()
Generated:
Model:

setMaxUsedMemoryInBytes

void setMaxUsedMemoryInBytes(long value)
Sets the value of the 'Max Used Memory In Bytes' attribute.

Parameters:
value - the new value of the 'Max Used Memory In Bytes' attribute.
See Also:
getMaxUsedMemoryInBytes()
Generated:

getNumberOfModelElements

long getNumberOfModelElements()
Returns the value of the 'Number Of Model Elements' attribute.

If the meaning of the 'Number Of Model Elements' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Number Of Model Elements' attribute.
See Also:
setNumberOfModelElements(long), BenchmarkPackage.getDiscovery_NumberOfModelElements()
Generated:
Model:

setNumberOfModelElements

void setNumberOfModelElements(long value)
Sets the value of the 'Number Of Model Elements' attribute.

Parameters:
value - the new value of the 'Number Of Model Elements' attribute.
See Also:
getNumberOfModelElements()
Generated:

getXmiSizeInBytes

long getXmiSizeInBytes()
Returns the value of the 'Xmi Size In Bytes' attribute.

If the meaning of the 'Xmi Size In Bytes' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Xmi Size In Bytes' attribute.
See Also:
setXmiSizeInBytes(long), BenchmarkPackage.getDiscovery_XmiSizeInBytes()
Generated:
Model:

setXmiSizeInBytes

void setXmiSizeInBytes(long value)
Sets the value of the 'Xmi Size In Bytes' attribute.

Parameters:
value - the new value of the 'Xmi Size In Bytes' attribute.
See Also:
getXmiSizeInBytes()
Generated:

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BenchmarkPackage.getDiscovery_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getDiscoveryError

java.lang.String getDiscoveryError()
Returns the value of the 'Discovery Error' attribute.

If the meaning of the 'Discovery Error' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Discovery Error' attribute.
See Also:
setDiscoveryError(String), BenchmarkPackage.getDiscovery_DiscoveryError()
Generated:
Model:

setDiscoveryError

void setDiscoveryError(java.lang.String value)
Sets the value of the 'Discovery Error' attribute.

Parameters:
value - the new value of the 'Discovery Error' attribute.
See Also:
getDiscoveryError()
Generated: