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

All Known Subinterfaces:
BeginEvent, EndEvent, MemoryMeasurement

public interface Event

A representation of the model object 'Event'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EventType getEventType()
          Returns the value of the 'Event Type' reference.
 long getTime()
          Returns the value of the 'Time' attribute.
 void setEventType(EventType value)
          Sets the value of the 'Event Type' reference.
 void setTime(long value)
          Sets the value of the 'Time' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getTime

long getTime()
Returns the value of the 'Time' attribute.

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

Returns:
the value of the 'Time' attribute.
See Also:
setTime(long), BenchmarkPackage.getEvent_Time()
Generated:
Model:

setTime

void setTime(long value)
Sets the value of the 'Time' attribute.

Parameters:
value - the new value of the 'Time' attribute.
See Also:
getTime()
Generated:

getEventType

EventType getEventType()
Returns the value of the 'Event Type' reference.

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

Returns:
the value of the 'Event Type' reference.
See Also:
setEventType(EventType), BenchmarkPackage.getEvent_EventType()
Generated:
Model:
required="true"

setEventType

void setEventType(EventType value)
Sets the value of the 'Event Type' reference.

Parameters:
value - the new value of the 'Event Type' reference.
See Also:
getEventType()
Generated: