All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.memory.casebase.TransientCompoundCaseBase
java.lang.Object
|
+----aid.cbr.tools.core.memory.casebase.AbstractCaseBase
|
+----aid.cbr.tools.core.memory.casebase.CompoundCaseBase
|
+----aid.cbr.tools.core.memory.casebase.TransientCompoundCaseBase
- public class TransientCompoundCaseBase
- extends CompoundCaseBase
Implements a transient compound case base.
A case base is transient i.e. the delaration of sub case bases is not saved and will be lost
after the termination of the execution. During execution, the case base can be
opened and closed without loosing sub case bases.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
TransientCompoundCaseBase(String)
- Creates a new transient coumpound case base.
-
TransientCompoundCaseBase(String, List)
- Creates a transient compound case base with an initial list of sub-case bases.
TransientCompoundCaseBase
public TransientCompoundCaseBase(String name)
- Creates a new transient coumpound case base.
- Parameters:
- name - the local name of this case base
TransientCompoundCaseBase
public TransientCompoundCaseBase(String name,
List subCaseBases)
- Creates a transient compound case base with an initial list of sub-case bases.
- Parameters:
- name - the local name of this case base
- subCaseBases - the initial list of sub-case bases
All Packages Class Hierarchy This Package Previous Next Index