Class ModelGenerator
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.test.perform.ModelGenerator
-
public class ModelGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModelGenerator(java.lang.Integer modelId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate()
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
root
protected final java.nio.file.Path root
-
model
protected final IModel model
-
base
protected final java.lang.Integer base
-
modelId
protected final java.lang.Integer modelId
-
-
Method Detail
-
generate
public void generate() throws EolModelLoadingException, java.io.IOException
- Throws:
EolModelLoadingException
java.io.IOException
-
main
public static void main(java.lang.String[] args)
-
-