Uses of Class
org.apache.wayang.ml4all.abstraction.plan.Platforms
-
Packages that use Platforms Package Description org.apache.wayang.ml4all.abstraction.plan -
-
Uses of Platforms in org.apache.wayang.ml4all.abstraction.plan
Methods in org.apache.wayang.ml4all.abstraction.plan that return Platforms Modifier and Type Method Description static Platforms
Platforms. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Platforms[]
Platforms. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-