Uses of Class
adams.flow.standalone.rats.generator.AbstractRatGenerator
-
Packages that use AbstractRatGenerator Package Description adams.flow.standalone adams.flow.standalone.rats.generator -
-
Uses of AbstractRatGenerator in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractRatGenerator Modifier and Type Field Description protected AbstractRatGenerator
LabRat. m_Generator
the generator to use.Methods in adams.flow.standalone that return AbstractRatGenerator Modifier and Type Method Description AbstractRatGenerator
LabRat. getGenerator()
Returns the generator to use.Methods in adams.flow.standalone with parameters of type AbstractRatGenerator Modifier and Type Method Description void
LabRat. setGenerator(AbstractRatGenerator value)
Sets the generator to use. -
Uses of AbstractRatGenerator in adams.flow.standalone.rats.generator
Subclasses of AbstractRatGenerator in adams.flow.standalone.rats.generator Modifier and Type Class Description class
AbstractScript
Ancestor for rat generator scripts.class
AbstractScriptedRatGenerator
Abstract ancestor for rat generators that execute external scripts.class
Dummy
Generates a dummy Rat setup.class
Scripted
A rat generator that uses any scripting handler for generating the rat actor(s) with a script located in the specified file.Fields in adams.flow.standalone.rats.generator declared as AbstractRatGenerator Modifier and Type Field Description protected AbstractRatGenerator
Scripted. m_GeneratorObject
the loaded script object.
-