65666768697071
public DefaultSimulationFluent() { super(); simulation = new SimulationImpl(); variableContext = new MapVariableContext(); }
42434445464748
private List<GenericCommand<?>> cmds = new ArrayList<GenericCommand<?>>(); private VariableContext vars; private GenericCommand<?> lastAddedCommand; public FluentBatchExecutionImpl() { vars = new MapVariableContext(); }
7071727374757677
public FluentCompactSimulationImpl() { super(); setSim( this ); vars = new MapVariableContext(); sim = new SimulationImpl(); }
6364656667686970
public FluentStandardSimulationImpl() { super(); setSim( this ); vars = new MapVariableContext(); sim = new SimulationImpl(); }