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

All Superinterfaces:
Event

public interface MemoryMeasurement
extends Event

A representation of the model object 'Memory Measurement'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getMemoryUsed()
          Returns the value of the 'Memory Used' attribute.
 void setMemoryUsed(int value)
          Sets the value of the 'Memory Used' attribute.
 
Methods inherited from interface org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.Event
getEventType, getTime, setEventType, setTime
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getMemoryUsed

int getMemoryUsed()
Returns the value of the 'Memory Used' attribute.

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

Returns:
the value of the 'Memory Used' attribute.
See Also:
setMemoryUsed(int), BenchmarkPackage.getMemoryMeasurement_MemoryUsed()
Generated:
Model:

setMemoryUsed

void setMemoryUsed(int value)
Sets the value of the 'Memory Used' attribute.

Parameters:
value - the new value of the 'Memory Used' attribute.
See Also:
getMemoryUsed()
Generated: