JIVE Platform
Release 0.2.2

Uses of Interface
edu.bsu.cs.jive.util.VariableID

Packages that use VariableID
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
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 VariableID in edu.bsu.cs.jive.contour
 

Methods in edu.bsu.cs.jive.contour that return VariableID
 VariableID ContourMember.Variable.id()
          Get the variable ID for this variable.
 VariableID ContourMemberFormat.VariableFormat.Importer.provideID()
          Provide the contour-unique identifier for this variable.
 VariableID ContourMember.Variable.Importer.provideID()
           
 

Methods in edu.bsu.cs.jive.contour with parameters of type VariableID
 void ContourMemberFormat.VariableFormat.Exporter.addID(VariableID id)
          Add the contour-unique variable identifier.
 void ContourMember.Variable.Exporter.addID(VariableID id)
           
 void ContourModel.Listener.valueChanged(ContourModel model, Contour contour, VariableID variableID, Value newValue, Value oldValue)
          Called when a value is changed in the contour model
 

Uses of VariableID in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events that return VariableID
 VariableID ExceptionEvent.Importer.provideVariable()
          Provides the variable identifier holding the exception that was caught.
 VariableID AssignEvent.Importer.provideVariableID()
          Provide the identifier for the variable whose value is changing.
 

Methods in edu.bsu.cs.jive.events with parameters of type VariableID
 void ExceptionEvent.Exporter.addVariable(VariableID v)
          Adds the variable identifier holding the exception that was caught.
 void AssignEvent.Exporter.addVariableID(VariableID variableID)
          Adds the identifier of the variable that has changed value.
 

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

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type VariableID
 void ExceptionCaughtSearchQuery.ExceptionEventExporter.addVariable(VariableID v)
           
 void VariableChangedSearchQuery.AssignEventExporter.addVariableID(VariableID id)
           
 void InvariantViolatedSearchQuery.AssignEventExporter.addVariableID(VariableID variableID)
           
 


JIVE Platform
Release 0.2.2