//the variable name of the graph in the interperter
protected String graphObjName = null;
public AbstractRexProSession(final RexsterApplication rexsterApplication) {
this.bindings.put(Tokens.REXPRO_REXSTER_CONTEXT, new RexsterApplicationHolder(rexsterApplication));
this.rexsterApplication = rexsterApplication;
}