Package edu.jhu.tmaj.util.data

Contains mostly data structure packages, that are all shared among the all of the tmaj packages.

See:
          Description

Class Summary
AlphabeticalComparator A Comparator that compares objects in case insensitive alphabetical order using their toString() method.
Coordinate Represents a position on an Array, where both x and y are greater than zero.
DefaultComparator This class should be unnecessary.
FileData Represents the data found in a tab-delimited file.
LevelMessages  
Messages Represents a series of warning messages.
Pair Represents 2 integers.
Position A pair where both x and y are greater than 0
Status Represents the status of a process, indicating where an error has occured, and if so, what is the error.
Triplet Represents 3 points, an X, Y, and Z.
UserCredentials Represents a username and a password.
 

Package edu.jhu.tmaj.util.data Description

Contains mostly data structure packages, that are all shared among the all of the tmaj packages. Includes classes that represent a Pair,Coordinate, or Position. The differences among the 3 are the values that are accepted. For example a coordinate does not accept any value less than 1.