001    package com.hammurapi.reasoning;
002    
003    /**
004     * Handle to access objects in the knowledge base of a forward reasoning
005     * session.
006     * @author Pavel
007     */
008    public interface Handle<T> {
009    
010    }