6162636465666768
*/ public FSESelector(String fse, short use, FSLNSResolver nsr) { this._fse = fse; this._use = use; this._nsr = nsr; this._fhs = new FSLHierarchyStore(); this._eval = new FSLSesameEvaluator(this._nsr, this._fhs); }