Uses of Class
com.github.raimannma.methods.Activation
Package | Description |
---|---|
com.github.raimannma.architecture | |
com.github.raimannma.methods |
-
Uses of Activation in com.github.raimannma.architecture
Fields in com.github.raimannma.architecture declared as Activation Modifier and Type Field Description Activation
Node. activationType
The Activation type. -
Uses of Activation in com.github.raimannma.methods
Fields in com.github.raimannma.methods declared as Activation Modifier and Type Field Description Activation[]
Mutation. allowed
All allowed ActivationTypes.Methods in com.github.raimannma.methods that return Activation Modifier and Type Method Description static Activation
Activation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Activation[]
Activation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.raimannma.methods with parameters of type Activation Modifier and Type Method Description void
Mutation. setAllowed(Activation[] allowedActivations)
Sets allowed activations.