Module io.automatiko.engine.api
Interface VariableInitializer
public interface VariableInitializer
-
Method Summary
Modifier and TypeMethodDescriptiondefault Set<VariableAugmentor>Returns set of known augmentorsInitializes new instance of the given variable either by creating empty instance or based on configured default value
-
Method Details
-
initialize
Initializes new instance of the given variable either by creating empty instance or based on configured default value- Parameters:
definition- variable definition that should get value assigneddata- current set of variables that can be used to compute the value- Returns:
- new instance of given class
-
augmentors
Returns set of known augmentors- Returns:
- all discovered augmentors available at runtime
-