Uses of Interface
adams.core.option.OptionConsumer
-
Packages that use OptionConsumer Package Description adams.core.option adams.gui.flow -
-
Uses of OptionConsumer in adams.core.option
Subinterfaces of OptionConsumer in adams.core.option Modifier and Type Interface Description interface
OptionConsumerWithOptionHandling<C,V>
Interface for option consumers that offer option handling.Classes in adams.core.option that implement OptionConsumer Modifier and Type Class Description class
AbstractOptionConsumer<C,V>
Sets the option values based on the input data.class
AbstractRecursiveOptionConsumer<C,V>
Generates output from visiting the options recursively.class
ArrayConsumer
Parses a string array of options.class
CompactFlowConsumer
Reads nested, compact actor flow format.class
JsonConsumer
Recreates objects from a JSON representation.class
NestedConsumer
Parses a nested ArrayList of options.Method parameters in adams.core.option with type arguments of type OptionConsumer Modifier and Type Method Description static OptionHandler
AbstractOptionConsumer. consume(Class<? extends OptionConsumer> cls, Object input)
Uses the specified consumer to process the given object and return the option handler.static OptionHandler
AbstractOptionConsumer. fromFile(Class<? extends OptionConsumer> cls, File file)
Uses the specified consumer to parse the content of the specified file and return the option handler.static OptionHandler
AbstractOptionConsumer. fromString(Class<? extends OptionConsumer> cls, String s)
Uses the specified consumer to parse the given string and return the option handler.static OptionHandler
AbstractOptionConsumer. fromString(Class<? extends OptionConsumer> cls, String s, MessageCollection errors)
Uses the specified consumer to parse the given string and return the option handler. -
Uses of OptionConsumer in adams.gui.flow
Methods in adams.gui.flow with parameters of type OptionConsumer Modifier and Type Method Description void
FlowPanel. importFlow(OptionConsumer consumer, File file)
Imports a flow.
-