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

All Superinterfaces:
Event

public interface EndEvent
extends Event

A representation of the model object 'End Event'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 BeginEvent getBeginning()
          Returns the value of the 'Beginning' reference.
 void setBeginning(BeginEvent value)
          Sets the value of the 'Beginning' reference.
 
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

getBeginning

BeginEvent getBeginning()
Returns the value of the 'Beginning' reference.

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

Returns:
the value of the 'Beginning' reference.
See Also:
setBeginning(BeginEvent), BenchmarkPackage.getEndEvent_Beginning()
Generated:
Model:
required="true"

setBeginning

void setBeginning(BeginEvent value)
Sets the value of the 'Beginning' reference.

Parameters:
value - the new value of the 'Beginning' reference.
See Also:
getBeginning()
Generated: