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 interface
DebugOptionProducer<O,I>
Indicator interface for option producers that generate debugging output.interface
OptionProducerWithOptionHandling<O,I>
Interface for option producers that offer option handling.Classes in adams.core.option that implement OptionProducer Modifier and Type Class Description class
AbstractActorJavaCodeProducer
Ancestor for producers that generate Java code from actors.class
AbstractDocumentationProducer<O>
Ancestor for producers that generate documentation that is split into two parts: 1.class
AbstractFlowJavaCodeProducer
Ancestor for producers that generate Java code from flows.class
AbstractJavaCodeProducer
Ancestor for producers that generate Java code.class
AbstractOptionProducer<O,I>
Generates output from visiting the options.class
AbstractRecursiveOptionProducer<O,I>
Generates output from visiting the options recursively.class
AbstractRecursiveOptionProducerWithOptionHandling<O,I>
Ancestor for recursive option producers that offer option handling.class
ActorExecutionClassProducer
Generates a wrapper class for executing an actor.class
ApplyActorProducer
Generates a Java class that allows executing/applying an actor as a method.class
ArrayProducer
Generates the string array format that is used on the command-line.class
CommandlineHelpProducer
Generates the help for the command-line.class
CompactFlowProducer
Generates nested, compact actor flow format.class
DatabaseActorExecutionClassProducer
Generates a wrapper for an actor that works in conjunction with a database.class
DebugNestedProducer
Nested producer that outputs format useful for debugging purposes.class
FlowJUnitTestProducer
Generates a JUnit test case for flows.class
FlowStructureDotProducer
Outputs the flow structure in DOT (GraphViz) format.class
FlowStructureGraphMLProducer
Outputs the flow structure in GraphML XML format.class
HtmlHelpProducer
Generates the help for the GUI, i.e., HTML output.class
HtmlParametersProducer
Generates HTML output of the parameters of an object (non-recursive).class
JavaInstantiationProducer
Generates Java code for instantiating the object.class
JsonProducer
Generates the JSON format.class
MaterializedArrayProducer
Specialized ArrayProducer that resolves "callable actor references" into concrete options.class
NestedProducer
Generates the nested format.class
XhtmlProducer
Generates documentation in XHTML.Method parameters in adams.core.option with type arguments of type OptionProducer Modifier and Type Method Description static Object
AbstractOptionProducer. produce(Class<? extends OptionProducer> cls, OptionHandler handler)
Uses the specified producer to process the option handler and return the generated data structure.static String
AbstractOptionProducer. 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 OptionProducer
OptionOutput. m_Producer
the option producer to use.Methods in adams.doc.listing that return OptionProducer Modifier and Type Method Description OptionProducer
OptionOutput. getProducer()
Returns the producer.Methods in adams.doc.listing with parameters of type OptionProducer Modifier and Type Method Description void
OptionOutput. 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 OptionProducer
OptionProducer. m_Producer
the producer to use.Methods in adams.flow.source that return OptionProducer Modifier and Type Method Description OptionProducer
OptionProducer. getProducer()
Returns the option producer in use.Methods in adams.flow.source with parameters of type OptionProducer Modifier and Type Method Description void
OptionProducer. 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 OptionProducer
OptionProducer. m_Producer
the producer to use.Methods in adams.flow.transformer that return OptionProducer Modifier and Type Method Description OptionProducer
OptionProducer. getProducer()
Returns the option producer in use.Methods in adams.flow.transformer with parameters of type OptionProducer Modifier and Type Method Description void
OptionProducer. 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 void
FlowPanel. exportFlow(OptionProducer producer, File file)
Exports the flow.
-