| java.lang.Object com.projity.grouping.core.model.NodeModelFactory
NodeModelFactory | public class NodeModelFactory (Code) | | |
NodeModelFactory | protected NodeModelFactory()(Code) | | |
replicate | public NodeModel replicate(NodeModel source, Transformer transformer)(Code) | | Creates a node model from a given one such that the relationships are the same, as the source hierarchy, though
the nodes and their impls are different. The impls are created by applying the transformer
Parameters: source - Parameters: transformer - |
|
|