JIVE Platform
Release 0.3.1

Uses of Interface
edu.buffalo.cse.jive.sequence.SequenceModel.ExecutionVisitor

Packages that use SequenceModel.ExecutionVisitor
edu.buffalo.cse.jive.sequence Sequence model used to represent program execution history. 
 

Uses of SequenceModel.ExecutionVisitor in edu.buffalo.cse.jive.sequence
 

Methods in edu.buffalo.cse.jive.sequence with parameters of type SequenceModel.ExecutionVisitor
 void SequenceModel.accept(SequenceModel.ExecutionVisitor visitor)
          Processes an ExecutionVisitor over the model in a depth-first order.
 void MultiThreadedSequenceModel.accept(SequenceModel.ExecutionVisitor visitor, ThreadID thread)
          Processes an (@code EventVisitor} the thread of execution of the supplied ThreadID in a depth-first order.
 


JIVE Platform
Release 0.3.1