JIVE Platform
Release 0.3.1

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

Packages that use AssignEvent
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 in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type AssignEvent
 Object Event.Visitor.visit(AssignEvent event, Object arg)
          Visits an AssignEvent.
 Object AbstractEventVisitor.visit(AssignEvent event, Object arg)
           
 

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

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type AssignEvent
protected  boolean VariableChangedSearchQuery.checkForMatch(AssignEvent event)
          Checks if the supplied event matches the search pattern.
protected  void InvariantViolatedSearchQuery.checkForUpdates(AssignEvent event)
          Checks if the instance-to-value maps need updating.
 


JIVE Platform
Release 0.3.1