Package gov.nih.mipav.model.scripting


package gov.nih.mipav.model.scripting
  • Class
    Description
    Stores image names, which are referenced by placeholder variable strings (e.g., '$image1').
    This object holds data parsed from a single line in a script, including the action to be taken and the parameters to pass to that action.
    This is the main class used to parse and run scripts.
    Performs the heavy-lifting of parsing out individual lines from a script.
    Provides information about an error encountered while parsing a script.
    An interface for classes which want to allow themselves to be scripted.
    Given the name of a script action, this class searches a number of locations for a class to load with that name and returns a new instance of that class.
    A singleton class used to add lines to the script currently being recorded (if one is being recorded at all).
    An interface for classes which want to be notified of changes to the script currently being recorded by MIPAV.
    Executes a script with a set of images.
    A table used to store variables and their values.
    A table which manages paths to VOIs which should be used for specific images used within a script.