
public static class CopyUtil.ReplaceLiteralVariablesCopyStrategy extends CopyUtil.AbstractCopyStrategy implements CopyUtil.CopyStrategy
| Constructor and Description |
|---|
ReplaceLiteralVariablesCopyStrategy(Map<XDIArc,Object> replacements) |
ReplaceLiteralVariablesCopyStrategy(XDIArc oldXDIArc,
Object newXDIArc) |
| Modifier and Type | Method and Description |
|---|---|
List<ContextNode> |
replaceContextNode(ContextNode contextNode)
Strategies can replace a context node that is being copied.
|
replaceLiteralNode, replaceRelationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreplaceLiteralNode, replaceRelationpublic ReplaceLiteralVariablesCopyStrategy(Map<XDIArc,Object> replacements)
public List<ContextNode> replaceContextNode(ContextNode contextNode)
CopyUtil.AbstractCopyStrategyreplaceContextNode in interface CopyUtil.CopyStrategyreplaceContextNode in class CopyUtil.AbstractCopyStrategycontextNode - The original context node.Copyright © 2017. All rights reserved.