Skip to content
Snippets Groups Projects
Commit 39c08545 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

added javadoc for the important packages

parent 69758416
No related branches found
No related tags found
No related merge requests found
/**
* Contains the implementation of the TeeTime framework.
*/
package teetime.framework;
\ No newline at end of file
/**
* Contains all pipes related classes, such as factories and pre-defined pipes.
*/
package teetime.framework.pipe;
\ No newline at end of file
/**
* Contains the signals that are used within the framework.
*/
package teetime.framework.signal;
\ No newline at end of file
/**
* Contains a set of pre-defined stages, which are ready-to-go and can be used for analysis configuration.
*/
package teetime.stage;
\ No newline at end of file
/**
* Contains a set of utility classes, which are used by the TeeTime framework.
*/
package teetime.util;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment