AbstractActorJavaCodeProducer |
Ancestor for producers that generate Java code from actors.
|
AbstractArgumentOption |
The ancestor of all option classes that take an argument.
|
AbstractCommandLineHandler |
Ancestor for classes that handle commandline options for various frameworks.
|
AbstractDocumentationProducer<O> |
Ancestor for producers that generate documentation that is split into
two parts: 1.
|
AbstractDocumentationProducer.ActorPosition |
Container object for generating the overview structure.
|
AbstractFlowJavaCodeProducer |
Ancestor for producers that generate Java code from flows.
|
AbstractJavaCodeProducer |
Ancestor for producers that generate Java code.
|
AbstractNumericOption<T extends Number> |
Handles options with numeric arguments.
|
AbstractOption |
The ancestor of all option classes.
|
AbstractOptionConsumer<C,V> |
Sets the option values based on the input data.
|
AbstractOptionGroup |
Ancestor for grouped options.
|
AbstractOptionHandler |
Abstract superclass for classes that handle options.
|
AbstractOptionProducer<O,I> |
Generates output from visiting the options.
|
AbstractOptionTraverser |
Ancestor for option traversers.
|
AbstractOptionTraverserWithResult<T> |
Ancestor for option traversers that return a result.
|
AbstractRecursiveOptionConsumer<C,V> |
Generates output from visiting the options recursively.
|
AbstractRecursiveOptionProducer<O,I> |
Generates output from visiting the options recursively.
|
AbstractRecursiveOptionProducerWithOptionHandling<O,I> |
Ancestor for recursive option producers that offer option handling.
|
AbstractSimpleOptionParser |
Ancestor for simple option parser objects.
|
ActorExecutionClassProducer |
Generates a wrapper class for executing an actor.
|
AdamsCommandLineHandler |
Handles ADAMS-related commandlines, i.e., classes implementing
adams.core.option.OptionHandler.
|
ApplyActorProducer |
Generates a Java class that allows executing/applying an actor as a method.
|
ArrayConsumer |
Parses a string array of options.
|
ArrayProducer |
Generates the string array format that is used on the command-line.
|
BaseObjectCommandLineHandler |
For BaseObject derived classes (mainly for favorites management).
|
BaseObjectOption |
Option class for BaseObject derived classes.
|
BooleanOption |
Option for boolean flags.
|
ByteOption |
Handles options with Byte arguments.
|
ClassOption |
Option class for OptionHandler options.
|
CommandlineHelpProducer |
Generates the help for the command-line.
|
CompactFlowConsumer |
Reads nested, compact actor flow format.
|
CompactFlowProducer |
Generates nested, compact actor flow format.
|
Conversion |
Helper class that converts classnames from options on the fly into the
most up-to-date format.
|
CustomHooksOption |
Option class for options with custom hooks for valueOf and toString.
|
DatabaseActorExecutionClassProducer |
Generates a wrapper for an actor that works in conjunction with a database.
|
DebugNestedProducer |
Nested producer that outputs format useful for debugging purposes.
|
DefaultCommandLineHandler |
Only uses the classname as commandline, no actual option handling.
|
DoubleOption |
Handles options with Double arguments.
|
EnumOption |
Option class for enums.
|
FileLister |
Lists all file objects.
|
FloatOption |
Handles options with Float arguments.
|
FlowJUnitTestProducer |
Generates a JUnit test case for flows.
|
FlowStructureDotProducer |
Outputs the flow structure in DOT (GraphViz) format.
|
FlowStructureGraphMLProducer |
Outputs the flow structure in GraphML XML format.
|
HtmlHelpProducer |
Generates the help for the GUI, i.e., HTML output.
|
HtmlParametersProducer |
Generates HTML output of the parameters of an object (non-recursive).
|
IntegerOption |
Handles options with Integer arguments.
|
JavaInstantiationProducer |
Generates Java code for instantiating the object.
|
JenericCmdline |
Manages what classes should be enhanced with with a generic commandline.
|
JenericCommandLineHandler |
For classes that get enhanced with a generic commandline using the
jeneric-cmdline library.
|
JsonClassDescriptionProducer |
Generates a description of the class and its options in JSON format.
|
JsonConsumer |
Recreates objects from a JSON representation.
|
JsonProducer |
Generates the JSON format.
|
LongOption |
Handles options with Long arguments.
|
MaterializedArrayProducer |
Specialized ArrayProducer that resolves "callable actor references" into
concrete options.
|
NestedConsumer |
Parses a nested ArrayList of options.
|
NestedFormatHelper |
A helper class for the nested option format.
|
NestedFormatHelper.Line |
Container class for wrapping a line from the nested format.
|
NestedProducer |
Generates the nested format.
|
OptionLister |
Outputs the options (commandline, property, type, enum (optional), multiple, help (optional)) for
the classes in the ClassLister output props file it receives as input.
|
OptionManager |
Class for managing option definitions.
|
OptionTraversalPath |
Keeps track of the properties traversed so far.
|
OptionUtils |
A helper class for option-related things.
|
ShortOption |
Handles options with Short arguments.
|
StringOption |
Handles options with string arguments.
|
VariableLister |
Lists all variables in the flow.
|
VariablesInstanceLister |
Lists the hashcodes of the adams.core.Variables objects in use by the adams.core.option.OptionManager objects.
|
WekaCommandLineHandler |
Handles objects of classes that implement the weka.core.OptionHandler
interface.
|
XhtmlProducer |
Generates documentation in XHTML.
|
XhtmlProducer.ActorOptionTraverser |
|