All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aid.cbr.tools.core.memory.casebase.CaseBaseMetadata

public interface CaseBaseMetadata
Defines the interface of metadata about case bases.

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

Method Index

 o getAuthor()
Returns the author name of a case base.
 o getCreationDate()
Returns the creation date of the case base.
 o getDescription()
Returns the description of a case base
 o getFormat()
Returns the name of the format used to store the case base.
 o setAuthor(String)
Sets
 o setCreationDate(long)
Sets the creation date of the case base.
 o setDescription(String)
Sets the description of a case base
 o setFormat(String)
Sets the name of the format used to store the case base.

Methods

 o getAuthor
 public abstract String getAuthor()
Returns the author name of a case base.

Returns:
the author name
 o setAuthor
 public abstract void setAuthor(String author)
Sets

 o getDescription
 public abstract String getDescription()
Returns the description of a case base

 o setDescription
 public abstract void setDescription(String description)
Sets the description of a case base

Parameters:
description - the description text
 o getCreationDate
 public abstract long getCreationDate()
Returns the creation date of the case base.

 o setCreationDate
 public abstract void setCreationDate(long creationDate)
Sets the creation date of the case base.

Parameters:
creationDate - the creation date of the case base.
 o getFormat
 public abstract String getFormat()
Returns the name of the format used to store the case base.

 o setFormat
 public abstract void setFormat(String format)
Sets the name of the format used to store the case base.

Parameters:
format - the name of the format used to store the case base.

All Packages  Class Hierarchy  This Package  Previous  Next  Index