All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.core.memory.casebase.TransientSimpleCaseBase

java.lang.Object
   |
   +----aid.cbr.tools.core.memory.casebase.AbstractCaseBase
           |
           +----aid.cbr.tools.core.memory.casebase.SimpleCaseBase
                   |
                   +----aid.cbr.tools.core.memory.casebase.TransientSimpleCaseBase

public class TransientSimpleCaseBase
extends SimpleCaseBase
Implements a transient simple case base. A case base is transient i.e. the stored cases are not saved and will be lost after the termination of the execution. During execution, the case base can be opened and closed without loosing cases.

Version:
$Revision$, $Date$
Author:
M. Jaczynski

Constructor Index

 o TransientSimpleCaseBase(String)
Creates a new transient simple case base with a default identifier generator.
 o TransientSimpleCaseBase(String, IdentifierGenerator)
Creates a new transient simple case base

Constructors

 o TransientSimpleCaseBase
 public TransientSimpleCaseBase(String name)
Creates a new transient simple case base with a default identifier generator.

Parameters:
name - the local name of this case base
 o TransientSimpleCaseBase
 public TransientSimpleCaseBase(String name,
                                IdentifierGenerator idGen)
Creates a new transient simple case base

Parameters:
name - the local name of this case base
idGen - the case identifier generator

All Packages  Class Hierarchy  This Package  Previous  Next  Index