Uses of Class
bp.Event

Packages that use Event
bp   
bp.eventSets   
bp.unittest   
 

Uses of Event in bp
 

Fields in bp declared as Event
(package private)  Event SingleEventIterator.e
           
static Event BProgram.lastEvent
          A variable containing the last fired event, for reference.
 

Fields in bp with type parameters of type Event
(package private)  java.lang.Iterable<Event> BThread.requestedEvents
          Temporary storage for bpSync parameters
 

Methods in bp that return Event
 Event SingleEventIterator.next()
           
 

Methods in bp that return types with arguments of type Event
 java.util.Iterator<Event> Event.iterator()
           
 

Methods in bp with parameters of type Event
private static boolean BProgram.isBlocked(Event e)
          A function that checks if an event is blocked by some scenario.
(package private)  boolean BThread.isRequested(Event event)
           
 

Method parameters in bp with type arguments of type Event
protected  void BThread.bpSync(java.lang.Iterable<Event> requestedEvents, EventFilterInterface watchedEvents, EventFilterInterface blockedEvents)
          Wait for the next event.
 

Constructors in bp with parameters of type Event
SingleEventIterator(Event e)
           
 

Uses of Event in bp.eventSets
 

Methods in bp.eventSets that return Event
 Event EmptyEventIterator.next()
           
 

Methods in bp.eventSets that return types with arguments of type Event
 java.util.Iterator<Event> EventFilterForEmptySet.iterator()
           
 

Constructors in bp.eventSets with parameters of type Event
EventSetWithFilter(Event... events)
           
 

Uses of Event in bp.unittest
 

Subclasses of Event in bp.unittest
(package private) static class Test1.E1
           
(package private) static class Test1.E2
           
 

Fields in bp.unittest declared as Event
(package private) static Event HelloWorld.goodEvening
           
(package private) static Event HelloWorld.goodMorning