
public abstract static class CopyUtil.CopyStrategy extends Object
| Constructor and Description |
|---|
CopyUtil.CopyStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ContextNode |
replaceContextNode(ContextNode contextNode)
Strategies can replace a context node that is being copied.
|
LiteralNode |
replaceLiteralNode(LiteralNode literal)
Strategies can replace a literal that is being copied.
|
Relation |
replaceRelation(Relation relation)
Strategies can replace a relation that is being copied.
|
public ContextNode replaceContextNode(ContextNode contextNode)
contextNode - The original context node.public Relation replaceRelation(Relation relation)
relation - The original relation.public LiteralNode replaceLiteralNode(LiteralNode literal)
literal - The original literal.Copyright © 2015. All Rights Reserved.