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

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

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

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return EndEvent
 EndEvent BenchmarkFactory.createEndEvent()
          Returns a new object of class 'End Event'.
 

Uses of EndEvent 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 EndEvent
 T BenchmarkSwitch.caseEndEvent(EndEvent object)
          Returns the result of interpreting the object as an instance of 'End Event'.