Uses of Interface
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.BeginEvent

Packages that use BeginEvent
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark   
org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util   
 

Uses of BeginEvent in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return BeginEvent
 BeginEvent BenchmarkFactory.createBeginEvent()
          Returns a new object of class 'Begin Event'.
 BeginEvent EndEvent.getBeginning()
          Returns the value of the 'Beginning' reference.
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark with parameters of type BeginEvent
 void EndEvent.setBeginning(BeginEvent value)
          Sets the value of the 'Beginning' reference.
 

Uses of BeginEvent in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark.util with parameters of type BeginEvent
 T BenchmarkSwitch.caseBeginEvent(BeginEvent object)
          Returns the result of interpreting the object as an instance of 'Begin Event'.