public interface GetTriple
getTriple
method. It was constructed so that Node's
can have possibly embedded triples but defer to a GetTriple object if
they have no triple of their own; the particular GetTriple used initially is
in Reifier, but that seemed excessively special.Modifier and Type | Method and Description |
---|---|
Triple |
getTriple(Node n)
Answer the triple associated with the node
n . |
Licenced under the Apache License, Version 2.0