Package org.nd4j.linalg.env.impl
Class FallbackAction
- java.lang.Object
-
- org.nd4j.linalg.env.impl.FallbackAction
-
- All Implemented Interfaces:
EnvironmentalAction
public class FallbackAction extends Object implements EnvironmentalAction
-
-
Constructor Summary
Constructors Constructor Description FallbackAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(String value)This method will be executed with corresponding Env Var valueStringtargetVariable()This method returns target environemt variable for this action
-
-
-
Method Detail
-
targetVariable
public String targetVariable()
Description copied from interface:EnvironmentalActionThis method returns target environemt variable for this action- Specified by:
targetVariablein interfaceEnvironmentalAction- Returns:
-
process
public void process(String value)
Description copied from interface:EnvironmentalActionThis method will be executed with corresponding Env Var value- Specified by:
processin interfaceEnvironmentalAction
-
-