| java.util.ArrayList com.hp.hpl.jena.graph.impl.GraphAddList
GraphAddList | public class GraphAddList extends ArrayList implements GraphAdd(Code) | | A List that implements the GraphAdd interface, so that it can be passed
to things that want to add triples to Graphs. The triples are filtered.
|
Constructor Summary | |
public | GraphAddList(Triple match) Initialise a GraphAddList with a triple [pattern] that specifies what triples
will be accepted into the list. |
Method Summary | |
public void | add(Triple t) Add the triple t to this list if it is matched by the pattern. |
GraphAddList | public GraphAddList(Triple match)(Code) | | Initialise a GraphAddList with a triple [pattern] that specifies what triples
will be accepted into the list.
|
add | public void add(Triple t)(Code) | | Add the triple t to this list if it is matched by the pattern.
|
|
|