Uses of Class
network.aika.neuron.Synapse.State
-
Packages that use Synapse.State Package Description network.aika.neuron -
-
Uses of Synapse.State in network.aika.neuron
Methods in network.aika.neuron that return Synapse.State Modifier and Type Method Description static Synapse.StateSynapse.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Synapse.State[]Synapse.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.aika.neuron with parameters of type Synapse.State Modifier and Type Method Description booleanSynapse. isConjunction(Synapse.State state)booleanSynapse. isDisjunction(Synapse.State state)
-