| java.lang.Object org.mandarax.zkb.KnowledgeBasePlusAttachment
KnowledgeBasePlusAttachment | public class KnowledgeBasePlusAttachment (Code) | | Simple data structure consisting of a knowledge base plus an additional object, the "attachment".
ZKB allows to save additional objects with the knowledge base. In case there are indeed many attachments,
use a container (e.g. a map) to wrap them as one object.
author: Jens Dietrich version: 3.4 <7 March 05> since: 2.2 |
KnowledgeBasePlusAttachment | public KnowledgeBasePlusAttachment(KnowledgeBase kb, Object attachment)(Code) | | Constructor.
Parameters: kb - the knowledge base Parameters: attachment - the attachment |
getAttachment | public Object getAttachment()(Code) | | Returns the attachment.
an object |
|
|