JIVE Platform
Release 0.3.1

Uses of Interface
edu.bsu.cs.jive.contour.ContourModel.Visitor

Packages that use ContourModel.Visitor
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
 

Uses of ContourModel.Visitor in edu.bsu.cs.jive.contour
 

Methods in edu.bsu.cs.jive.contour with parameters of type ContourModel.Visitor
 void ContourModel.visitBreadthFirst(ContourModel.Visitor visitor)
          Process a visitor in breadth-first order.
 void ContourModel.visitDepthFirst(ContourModel.Visitor visitor)
          Process a visitor in depth-first order.
 


JIVE Platform
Release 0.3.1