public class VertexCopier extends Object
| Constructor and Description |
|---|
VertexCopier() |
| Modifier and Type | Method and Description |
|---|---|
void |
deepCopy(Vertex v,
Graph g)
Copy a vertex to a specified graph by traversing all outgoing
edges recursively.
|
void |
excludeClass(org.openrdf.model.Resource... type) |
void |
excludeProperty(org.openrdf.model.URI... predicate) |
public void deepCopy(Vertex v, Graph g)
v - The vertex to be copied.g - The graph into which the vertex is to be copied.public void excludeProperty(org.openrdf.model.URI... predicate)
public void excludeClass(org.openrdf.model.Resource... type)
Copyright © 2019. All rights reserved.