Code Search for Developers
 
 
  

package-info.java from Texai at Krugle


Show package-info.java syntax highlighted

/** 
 * Copyright (C) 2006 Stephen L. Reed.
 *
 * This program is free software; you can redistribute it and/or modify it under the terms
 * of the GNU General Public License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with this program;
 * if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * Provides knowledge base persistence for domain entities via annotations.
 * <h2>Package Specification</h2>
 *
 * <h2>Related Documentation</h2>
 * For overviews, tutorials, examples, guides, and tool documentation, please see:
 * <ul>
 *   <li><a href="http://sf.net/projects/texai">Texai project at SourceForge</a>
 * </ul>
 *
 */

@DomainContext(loadFromContext="BaseKB")
package org.texai.kb.persistence.test;

import org.texai.kb.persistence.DomainContext;




See more files for this project here

Texai

Texai is an chatbot that intelligently seeks to acquire knowledge and friendly behaviors.

Project homepage: http://sourceforge.net/projects/texai
Programming language(s): Java,Shell Script,XML
License: other

  TestDomainEntity.java
  package-info.java