com.hp.hpl.jena.graph
Interface GetTriple
- All Known Subinterfaces:
- Reifier
- public interface GetTriple
this interface describes types that can have a triple extracted using
a _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.
getTriple
public Triple getTriple(Node n)
- return the triple associated with the node _n_.
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.