org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
Interface DiscoveryIteration


public interface DiscoveryIteration

A representation of the model object 'Discovery Iteration'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.Date getDiscoveryDate()
          Returns the value of the 'Discovery Date' attribute.
 java.lang.String getDiscoveryErrors()
          Returns the value of the 'Discovery Errors' attribute.
 double getDiscoveryTimeInSeconds()
          Returns the value of the 'Discovery Time In Seconds' attribute.
  getEvents()
          Returns the value of the 'Events' containment reference list.
 long getMaxUsedMemoryInBytes()
          Returns the value of the 'Max Used Memory In Bytes' attribute.
  getMemoryMeasurements()
          Returns the value of the 'Memory Measurements' reference list.
 double getSaveTimeInSeconds()
          Returns the value of the 'Save Time In Seconds' attribute.
 void setDiscoveryDate(java.util.Date value)
          Sets the value of the 'Discovery Date' attribute.
 void setDiscoveryErrors(java.lang.String value)
          Sets the value of the 'Discovery Errors' attribute.
 void setDiscoveryTimeInSeconds(double value)
          Sets the value of the 'Discovery Time In Seconds' attribute.
 void setMaxUsedMemoryInBytes(long value)
          Sets the value of the 'Max Used Memory In Bytes' attribute.
 void setSaveTimeInSeconds(double value)
          Sets the value of the 'Save Time In Seconds' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getDiscoveryDate

java.util.Date getDiscoveryDate()
Returns the value of the 'Discovery Date' attribute.

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

Returns:
the value of the 'Discovery Date' attribute.
See Also:
setDiscoveryDate(Date), BenchmarkPackage.getDiscoveryIteration_DiscoveryDate()
Generated:
Model:

setDiscoveryDate

void setDiscoveryDate(java.util.Date value)
Sets the value of the 'Discovery Date' attribute.

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

getDiscoveryTimeInSeconds

double getDiscoveryTimeInSeconds()
Returns the value of the 'Discovery Time In Seconds' attribute.

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

Returns:
the value of the 'Discovery Time In Seconds' attribute.
See Also:
setDiscoveryTimeInSeconds(double), BenchmarkPackage.getDiscoveryIteration_DiscoveryTimeInSeconds()
Generated:
Model:

setDiscoveryTimeInSeconds

void setDiscoveryTimeInSeconds(double value)
Sets the value of the 'Discovery Time In Seconds' attribute.

Parameters:
value - the new value of the 'Discovery Time In Seconds' attribute.
See Also:
getDiscoveryTimeInSeconds()
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.getDiscoveryIteration_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:

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.getDiscoveryIteration_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:

getDiscoveryErrors

java.lang.String getDiscoveryErrors()
Returns the value of the 'Discovery Errors' attribute.

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

Returns:
the value of the 'Discovery Errors' attribute.
See Also:
setDiscoveryErrors(String), BenchmarkPackage.getDiscoveryIteration_DiscoveryErrors()
Generated:
Model:

setDiscoveryErrors

void setDiscoveryErrors(java.lang.String value)
Sets the value of the 'Discovery Errors' attribute.

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

getEvents

 getEvents()
Returns the value of the 'Events' containment reference list. The list contents are of type Event.

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

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

getMemoryMeasurements

 getMemoryMeasurements()
Returns the value of the 'Memory Measurements' reference list. The list contents are of type Event.

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

Returns:
the value of the 'Memory Measurements' reference list.
See Also:
BenchmarkPackage.getDiscoveryIteration_MemoryMeasurements()
Generated:
Model:
derived="true"