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 ActivationNode. activationTypeThe 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. allowedAll allowed ActivationTypes.Methods in com.github.raimannma.methods that return Activation Modifier and Type Method Description static ActivationActivation. 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 voidMutation. setAllowed(Activation[] allowedActivations)Sets allowed activations.