public class UrmlInterpreter
extends java.lang.Object
| Constructor and Description |
|---|
UrmlInterpreter(ca.queensu.cs.mase.urml.Model m,
java.io.InputStream in,
java.io.OutputStream out,
ca.queensu.cs.mase.interpreter.ExecutionConfig config)
Main Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
interpret()
Interprets the embedded model by going through each capsule in the model
|
public UrmlInterpreter(ca.queensu.cs.mase.urml.Model m,
java.io.InputStream in,
java.io.OutputStream out,
ca.queensu.cs.mase.interpreter.ExecutionConfig config)
m - the modelin - the input streamout - the output streamconfig - the execution config