JIVE Platform
Release 0.3.1

Uses of Interface
edu.bsu.cs.jive.events.AssignEvent.Exporter

Packages that use AssignEvent.Exporter
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of AssignEvent.Exporter in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type AssignEvent.Exporter
 void AssignEvent.export(AssignEvent.Exporter exporter)
          Exports the event.
 

Uses of AssignEvent.Exporter in edu.buffalo.cse.jive.ui.search.queries
 

Classes in edu.buffalo.cse.jive.ui.search.queries that implement AssignEvent.Exporter
protected  class InvariantViolatedSearchQuery.AssignEventExporter
          An exporter used to examine AssignEvents and to determine if the event is an assignment to a variable represented by a JiveSearchPattern.
protected  class VariableChangedSearchQuery.AssignEventExporter
          An exporter used to examine AssignEvents and to determine if the event is an assignment to a variable represented by a JiveSearchPattern.
 


JIVE Platform
Release 0.3.1