public interface NodeMapping
GraphTransformer to
process the transformation.| Modifier and Type | Method and Description |
|---|---|
NodeFactory |
getNodeFactory()
Returns a
NodeFactory or null. |
GraphMapping |
getParentMapping()
Returns the parent mapping which this mapping belongs too.
|
NodeProcessor |
getProcessor()
/** Returns the Processor which is used to transfer data from source to target for this mapping.
|
java.util.Map<java.lang.String,PropertyMapping> |
getPropertyMappings()
Returns a view of all property mappings.
|
NodeConfig |
getSourceConfig()
Returns the source configuration for this mapping.
|
NodeConfig |
getTargetConfig()
Returns the target configuration for this mapping
|
boolean |
isVirtual()
Virtual nodes are treated with their parent node as "one" final node.
|
NodeConfig getSourceConfig()
NodeConfigNodeConfig getTargetConfig()
NodeConfigGraphMapping getParentMapping()
GraphMappingNodeProcessor getProcessor()
NodeMapping this is always a NodeProcessorNodeProcessorNodeFactory getNodeFactory()
NodeFactory or null.NodeFactoryjava.util.Map<java.lang.String,PropertyMapping> getPropertyMappings()
boolean isVirtual()
Copyright © 2018 SAP SE. All Rights Reserved.