Class WeightParser
-
- All Implemented Interfaces:
public class WeightParser extends NodeParser
-
-
Constructor Summary
Constructors Constructor Description WeightParser(BaseActionManager manager)
-
Method Summary
Modifier and Type Method Description StringgetId()Stringparse(@NonNull() ActionContext context, @NonNull() ConfigReader params)Stringparse(@NonNull() ActionContext context, @NonNull() List<String> params)-
-
Constructor Detail
-
WeightParser
WeightParser(BaseActionManager manager)
-
-
Method Detail
-
parse
@Nullable() String parse(@NonNull() ActionContext context, @NonNull() ConfigReader params)
-
parse
@Nullable() String parse(@NonNull() ActionContext context, @NonNull() List<String> params)
-
-
-
-