Class PreGenerator
- java.lang.Object
-
- org.mitre.synthea.helpers.physiology.PreGenerator
-
- All Implemented Interfaces:
java.io.Serializable
public class PreGenerator extends java.lang.Object implements java.io.Serializable
Class for handling pre-simulation outputs.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PreGenerator.PreGeneratorArg
-
Constructor Summary
Constructors Constructor Description PreGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PreGenerator.PreGeneratorArg>
getArgs()
java.lang.String
getClassName()
ValueGenerator
getGenerator(Person person)
Instantiates the ValueGenerator from the configuration options.void
setArgs(java.util.List<PreGenerator.PreGeneratorArg> args)
void
setClassName(java.lang.String className)
-
-
-
Method Detail
-
getClassName
public java.lang.String getClassName()
-
setClassName
public void setClassName(java.lang.String className)
-
getArgs
public java.util.List<PreGenerator.PreGeneratorArg> getArgs()
-
setArgs
public void setArgs(java.util.List<PreGenerator.PreGeneratorArg> args)
-
getGenerator
public ValueGenerator getGenerator(Person person)
Instantiates the ValueGenerator from the configuration options.- Returns:
- new ValueGenerator instance
-
-