Uses of Class
org.apache.sysds.resource.enumeration.Enumerator.EnumerationStrategy
-
Packages that use Enumerator.EnumerationStrategy Package Description org.apache.sysds.resource.enumeration -
-
Uses of Enumerator.EnumerationStrategy in org.apache.sysds.resource.enumeration
Methods in org.apache.sysds.resource.enumeration that return Enumerator.EnumerationStrategy Modifier and Type Method Description Enumerator.EnumerationStrategyEnumerator. getEnumStrategy()Meant to be used for testing purposesstatic Enumerator.EnumerationStrategyEnumerator.EnumerationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerator.EnumerationStrategy[]Enumerator.EnumerationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.resource.enumeration with parameters of type Enumerator.EnumerationStrategy Modifier and Type Method Description Enumerator.BuilderEnumerator.Builder. withEnumerationStrategy(Enumerator.EnumerationStrategy strategy)
-