Package com.qfs.msg

Interface IVariablePluginValue

All Superinterfaces:
IPluginValue
All Known Subinterfaces:
IVariableParser<T>
All Known Implementing Classes:
ArrayVariableLiteralType, ATemporalParser, AVectorParser, BooleanVectorParser, DateParser, DoubleVectorParser, FastLocalDateParser, FloatVectorParser, IntegerVectorParser, IntVectorParser, LocalDateParser, LocalDateTimeParser, LocalTimeParser, LongVectorParser, ObjectVectorParser, ParserPlugin.LegacyIntegerVectorParser, PercentileFunction, StringVectorParser, VariableLiteralType, ZonedDateTimeParser

public interface IVariablePluginValue extends IPluginValue
A plugin that can change on some parameters provided in the description.
Author:
ActiveViam
  • Method Details

    • parseKey

      IVariablePluginValue parseKey(String description)
      Parses the given description to retrieve the corresponding plugin value.
      Parameters:
      description - typically a pluginKey
      Returns:
      plugin instance matching the description, or 'null' if the description does not represent this plugin.