public String getActiveKnowledgeSessionId() {
return simulationFluent.getActiveKnowledgeSessionId();
}
public SimulationFluent end(String context, String name) {
addCommand(new GetVariableCommand(StatefulKnowledgeSession.class.getName()));
addCommand(new SetVariableCommandFromLastReturn(context, name));
return simulationFluent;
}