Uses of Interface
adams.core.option.OptionProducer
-
Packages that use OptionProducer Package Description adams.core.option adams.doc.listing adams.flow.source adams.flow.transformer adams.gui.flow -
-
Uses of OptionProducer in adams.core.option
Subinterfaces of OptionProducer in adams.core.option Modifier and Type Interface Description interfaceDebugOptionProducer<O,I>Indicator interface for option producers that generate debugging output.interfaceOptionProducerWithOptionHandling<O,I>Interface for option producers that offer option handling.Classes in adams.core.option that implement OptionProducer Modifier and Type Class Description classAbstractActorJavaCodeProducerAncestor for producers that generate Java code from actors.classAbstractDocumentationProducer<O>Ancestor for producers that generate documentation that is split into two parts: 1. structure of flow and 2. details of individual actors.classAbstractFlowJavaCodeProducerAncestor for producers that generate Java code from flows.classAbstractJavaCodeProducerAncestor for producers that generate Java code.classAbstractOptionProducer<O,I>Generates output from visiting the options.classAbstractRecursiveOptionProducer<O,I>Generates output from visiting the options recursively.classAbstractRecursiveOptionProducerWithOptionHandling<O,I>Ancestor for recursive option producers that offer option handling.classActorExecutionClassProducerGenerates a wrapper class for executing an actor.classApplyActorProducerGenerates a Java class that allows executing/applying an actor as a method.classArrayProducerGenerates the string array format that is used on the command-line.classCommandlineHelpProducerGenerates the help for the command-line.classCompactFlowProducerGenerates nested, compact actor flow format.classDatabaseActorExecutionClassProducerGenerates a wrapper for an actor that works in conjunction with a database.classDebugNestedProducerNested producer that outputs format useful for debugging purposes.classFlowJUnitTestProducerGenerates a JUnit test case for flows.classFlowStructureDotProducerOutputs the flow structure in DOT (GraphViz) format.classFlowStructureGraphMLProducerOutputs the flow structure in GraphML XML format.classHtmlHelpProducerGenerates the help for the GUI, i.e., HTML output.classHtmlParametersProducerGenerates HTML output of the parameters of an object (non-recursive).classJavaInstantiationProducerGenerates Java code for instantiating the object.classJsonClassDescriptionProducerGenerates a description of the class and its options in JSON format.classJsonProducerGenerates the JSON format.classMaterializedArrayProducerSpecialized ArrayProducer that resolves "callable actor references" into concrete options.classNestedProducerGenerates the nested format.classXhtmlProducerGenerates documentation in XHTML.Method parameters in adams.core.option with type arguments of type OptionProducer Modifier and Type Method Description static ObjectAbstractOptionProducer. produce(Class<? extends OptionProducer> cls, OptionHandler handler)Uses the specified producer to process the option handler and return the generated data structure.static StringAbstractOptionProducer. toString(Class<? extends OptionProducer> cls, OptionHandler handler)Uses the specified producer to generate a string representation of the given option handler. -
Uses of OptionProducer in adams.doc.listing
Fields in adams.doc.listing declared as OptionProducer Modifier and Type Field Description protected OptionProducerOptionOutput. m_Producerthe option producer to use.Methods in adams.doc.listing that return OptionProducer Modifier and Type Method Description OptionProducerOptionOutput. getProducer()Returns the producer.Methods in adams.doc.listing with parameters of type OptionProducer Modifier and Type Method Description voidOptionOutput. setProducer(OptionProducer value)Sets the producer. -
Uses of OptionProducer in adams.flow.source
Fields in adams.flow.source declared as OptionProducer Modifier and Type Field Description protected OptionProducerOptionProducer. m_Producerthe producer to use.Methods in adams.flow.source that return OptionProducer Modifier and Type Method Description OptionProducerOptionProducer. getProducer()Returns the option producer in use.Methods in adams.flow.source with parameters of type OptionProducer Modifier and Type Method Description voidOptionProducer. setProducer(OptionProducer value)Sets the option producer to use. -
Uses of OptionProducer in adams.flow.transformer
Fields in adams.flow.transformer declared as OptionProducer Modifier and Type Field Description protected OptionProducerOptionProducer. m_Producerthe producer to use.Methods in adams.flow.transformer that return OptionProducer Modifier and Type Method Description OptionProducerOptionProducer. getProducer()Returns the option producer in use.Methods in adams.flow.transformer with parameters of type OptionProducer Modifier and Type Method Description voidOptionProducer. setProducer(OptionProducer value)Sets the option producer to use. -
Uses of OptionProducer in adams.gui.flow
Methods in adams.gui.flow with parameters of type OptionProducer Modifier and Type Method Description voidFlowPanel. exportFlow(OptionProducer producer, File file)Exports the flow.
-