38394041424344454647
/*--------------* * Constructors * *--------------*/ public MemValueFactory(MemBNodeFactory bf, MemURIFactory uf, MemLiteralFactory lf) { super(new MappedIllegalBNodeFactory(bf), uf, lf); this.bf = bf; this.uf = uf; this.lf = lf; }