I am looking at the contract test case and it has a note that says:

{code}
        // should not modify anything on wildcard delete
        try {
            txnBegin(graph);
            graph.delete(new Triple(node("S2"), node("P2"), Node.ANY));
{code}

It then goes on to verify that <S2 P2 O2> is still in the graph.  This
seems to be true for most (all?) implementations of graph, but can anyone
tell me why?

Claude

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to