JIVE Platform
Release 0.3.1

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

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

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

Subinterfaces of ContourModel in edu.bsu.cs.jive.contour
 interface InteractiveContourModel
          Identifies a contour model that supports forward and reverse program execution.
 

Methods in edu.bsu.cs.jive.contour that return ContourModel
 ContourModel Contour.containingModel()
          Get the model that contains this contour.
 ContourModel Contour.Importer.provideContainingModel()
          Provide the contour model of which this contour is a part.
 

Methods in edu.bsu.cs.jive.contour with parameters of type ContourModel
 void ContourModel.Listener.contourAdded(ContourModel model, Contour contour, Contour parent)
          Called when a contour is added to the model
 void ContourModel.Listener.contourRemoved(ContourModel model, Contour contour, Contour oldParent)
          Called when a contour is removed from the model
 void ContourModel.Listener.valueChanged(ContourModel model, Contour contour, VariableID variableID, Value newValue, Value oldValue)
          Called when a value is changed in the contour model
 


JIVE Platform
Release 0.3.1