Package com.sun.slamd.scripting.general

The com.sun.slamd.scripting.general package contains the code that defines the basic types of variables and literals that are available for use in the SLAMD scripting language.

See:
          Description

Class Summary
BooleanLiteral This class defines a Boolean literal value, which is simply a Boolean value that occurs in a script file without being encapsulated in a variable.
BooleanVariable This class defines a Boolean variable that has a value of either "true" or "false".
CategoricalTrackerVariable This class defines a variable that may be added to a script to act as a categorical tracker.
FileURLVariable This class defines a file variable that has allows the user to read text files that are stored either on the local filesystem or available remotely via HTTP.
IncrementalTrackerVariable This class defines a variable that may be added to a script to act as an incremental tracker.
IntegerLiteral This class defines an integer literal value, which is simply an integer value that occurs in a script file without being encapsulated in a variable.
IntegerValueTrackerVariable This class defines a variable that may be added to a script to act as an integer value tracker.
IntegerVariable This class defines an integer variable that has an integer value.
RateLimiterVariable This class defines a variable that can be used to control the rate at which operations occur.
ScriptVariable This class defines a set of methods that may be called during script execution to perform various tasks.
StringArrayVariable This class defines a string array variable that holds zero or more string values.
StringLiteral This class defines a string literal value, which is simply a string value that occurs in a script file without being encapsulated in a variable.
StringVariable This class defines a string variable that has an string value.
TimeTrackerVariable This class defines a variable that may be added to a script to act as a time tracker.
ValuePatternVariable This class defines a variable that can be used to generate values based on a user-defined pattern.
 

Package com.sun.slamd.scripting.general Description

The com.sun.slamd.scripting.general package contains the code that defines the basic types of variables and literals that are available for use in the SLAMD scripting language.