Class Neuron

  • All Implemented Interfaces:
    Comparable<Provider<?>>

    public class Neuron
    extends Provider<INeuron>
    The Neuron class is a proxy implementation for the real neuron implementation in the class INeuron. Aika uses the provider pattern to store and reload rarely used neurons or logic nodes.
    Author:
    Lukas Molzberger