com.hammurapi.reasoning.impl
Interface KnowledgeBase.PutDerivedResult<F>

Enclosing interface:
KnowledgeBase<F>

public static interface KnowledgeBase.PutDerivedResult<F>


Method Summary
 Handle<F> getHandle()
           
 boolean isNew()
           
 

Method Detail

getHandle

Handle<F> getHandle()
Returns:
Fact handle.

isNew

boolean isNew()
Returns:
True if facts was added to the knowledge base. False, if fact was already present in the knowledge base.