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 interfaceOptionConsumerWithOptionHandling<C,V>Interface for option consumers that offer option handling.Classes in adams.core.option that implement OptionConsumer Modifier and Type Class Description classAbstractOptionConsumer<C,V>Sets the option values based on the input data.classAbstractRecursiveOptionConsumer<C,V>Generates output from visiting the options recursively.classArrayConsumerParses a string array of options.classCompactFlowConsumerReads nested, compact actor flow format.classJsonConsumerRecreates objects from a JSON representation.classNestedConsumerParses a nested ArrayList of options.Method parameters in adams.core.option with type arguments of type OptionConsumer Modifier and Type Method Description static OptionHandlerAbstractOptionConsumer. consume(Class<? extends OptionConsumer> cls, Object input)Uses the specified consumer to process the given object and return the option handler.static OptionHandlerAbstractOptionConsumer. 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 OptionHandlerAbstractOptionConsumer. fromString(Class<? extends OptionConsumer> cls, String s)Uses the specified consumer to parse the given string and return the option handler.static OptionHandlerAbstractOptionConsumer. 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 voidFlowPanel. importFlow(OptionConsumer consumer, File file)Imports a flow.
-