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 AbstractRatGeneratorLabRat. m_Generatorthe generator to use.Methods in adams.flow.standalone that return AbstractRatGenerator Modifier and Type Method Description AbstractRatGeneratorLabRat. getGenerator()Returns the generator to use.Methods in adams.flow.standalone with parameters of type AbstractRatGenerator Modifier and Type Method Description voidLabRat. 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 classAbstractScriptAncestor for rat generator scripts.classAbstractScriptedRatGeneratorAbstract ancestor for rat generators that execute external scripts.classDummyGenerates a dummy Rat setup.classScriptedA 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 AbstractRatGeneratorScripted. m_GeneratorObjectthe loaded script object.
-