Interface DynamicModel

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
AbstractNetwork, AbstractNetworkModel, AbstractNeuralNet, CorticalNetwork, InterfaceAbstractModel, KohonenNet, PerceptronNet

public interface DynamicModel
extends java.lang.Cloneable
Base interface for a dynamic model; specifies methods for getting and setting model components, sensors, listeners, and environments.
Since:
1.0
Version:
1.0
Author:
Andrew Reid