Uses of Class
org.nd4j.enums.CellAct
-
Packages that use CellAct Package Description org.nd4j.enums -
-
Uses of CellAct in org.nd4j.enums
Methods in org.nd4j.enums that return CellAct Modifier and Type Method Description static CellActCellAct. valueOf(String name)Returns the enum constant of this type with the specified name.static CellAct[]CellAct. values()Returns an array containing the constants of this enum type, in the order they are declared.
-