Class CheckStore
java.lang.Object
fr.ens.biologie.genomique.eoulsan.checkers.CheckStore
This class define a storage where some results of the checker can be save for later reuse by
other checkers.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Method Summary
-
Method Details
-
add
Store some data.- Parameters:
key- key of the datavalue- the data to store
-
get
Get some data.- Parameters:
key- key of the data to retrieve- Returns:
- data if stored
-
contains
Test if a data exists.- Parameters:
key- key of the data to test- Returns:
- true if data exists
-
clear
public void clear()Clear the content of the CheckStore. -
getCheckStore
Get the instance of the CheckStore.- Returns:
- the CheckStore object
-