57585960616263
public DefaultSimulationFluent() { super(); simulation = new SimulationImpl(); variableContext = new MapVariableContext(); }
44454647484950
private List<GenericCommand<?>> cmds = new ArrayList<GenericCommand<?>>(); private VariableContext vars; private GenericCommand<?> lastAddedCommand; public FluentBatchExecutionImpl() { vars = new MapVariableContext(); }