On Tue, Oct 8, 2013 at 8:55 AM, Chris Dollin <chris.dol...@epimorphics.com> wrote: > On Monday, October 07, 2013 07:44:43 PM Claude Warren wrote: >> Assume a Model M containing one Statement S composed of s,p,o. >> Assume M has a listener L >> Assume a Statement S composed of s,p,o that is of Model M but not in Model >> M. >> >> the expected state is >> M.contains(S) = F >> S.getModel() = M >> s.getModel() = M >> p.getModel() = M >> o.getModel() = M > > Yes. I can't parse this:
""" Assume a Statement S composed of s,p,o that is of Model M but not in Model M """ So I wouldn't know how to answer what S.getModel() should return. Ian