org.jactr.core.utils
Interface Commentable

All Known Subinterfaces:
IChunk, IChunkType, IInstantiation, IProduction
All Known Implementing Classes:
AbstractChunk, AbstractChunkType, AbstractInstantiation, AbstractProduction, DefaultChunk5, DefaultChunkType5, DefaultInstantiation5, DefaultInstantiation6, DefaultProduction5, DefaultProduction6

public interface Commentable

The Commentable interface is used to attach comments to arbitrary objects

Author:
harrison

Method Summary
 java.lang.String getComment()
          Gets the comment attribute of the Commentable object
 void setComment(java.lang.String comment)
          Sets the comment attribute of the Commentable object
 

Method Detail

setComment

void setComment(java.lang.String comment)
Sets the comment attribute of the Commentable object

Parameters:
comment - The new comment value

getComment

java.lang.String getComment()
Gets the comment attribute of the Commentable object

Returns:
The comment value