gov.sandia.cognition.algorithm.event.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognitive-foundry Show documentation
Show all versions of cognitive-foundry Show documentation
A single jar with all the Cognitive Foundry components.
/*
* File: package-info.java
* Authors: Justin Basilico
* Project: Cognitive Foundry Common Core
*
* Copyright 2011 Cognitive Foundry. All rights reserved.
*/
/**
* Provides useful components for handling algorithm events. These classes are
* useful for performing external control of certain types of algorithms or for
* inspecting algorithms for development and debugging.
*
* @author Justin Basilico
* @since 3.3.3
*/
@gov.sandia.cognition.annotation.Documentation
package gov.sandia.cognition.algorithm.event;