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

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

Uses of EventType in org.eclipse.modisco.infra.discovery.benchmark.api
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.api that return types with arguments of type EventType
 java.util.List<EventType> IEventNotifier.getEventTypes()
          Gives the list of event type used in the notifier
 

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

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark that return EventType
 EventType BenchmarkFactory.createEventType()
          Returns a new object of class 'Event Type'.
 EventType Event.getEventType()
          Returns the value of the 'Event Type' reference.
 

Methods in org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark with parameters of type EventType
 void Event.setEventType(EventType value)
          Sets the value of the 'Event Type' reference.
 

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