Constructor
Metadata and content of a casebase (see CasebaseDescription)
Return the attributes that define a case, with their corresponding types
An object with the attributes that define a case
Retrieves a random case based on the provided taxonomy label. It looks for a case with the taxonomy label as value of its taxonomy attribute.
The taxonomy label to search for
The case id of a random case if the label exists, null otherwise
Data Access Object that stores a casebase. It contains not only the cases but also the metadata about the case description and the attribute employed as unique case identifier.
Some case bases also uses a
Taxonomy
as additional domain knowledge. This taxonomy is also stored and accesed using this DAO.