Package hultig.util

This package gathers a set of generic tools used throughout several library classes.

See:
          Description

Interface Summary
AssignFunction<T> Defines the assignment or conection value between two entities.
 

Class Summary
BasicStats The BasicStats class represents basic statistics about a certain numeric sequence.
CronoSensor A time sensor for counting execution times Copyright: Copyright (c) 2006 Company: UBI - HULTIG
HashStr NOT YET WELL COMMENTED.
Matrix A collection of static tools to handle matrix arrays Copyright: Copyright (c) 2007 Company: UBI/HULTIG
MatrixItem Represents an item from a matrix, with its (i,j) coordinates its respective value (Aij).
MatrixT NOT YET WELL COMMENTED.
OSArguments NOT YET WELL COMMENTED.
Toolkit The Toolkit class contains various static methods being used within this library.
 

Package hultig.util Description

This package gathers a set of generic tools used throughout several library classes. Most of these tools are implemented as static methods. Here we can find functions for time measuring, basic statistics, and command line arguments parsing, among other features.