public class CompositionConfig extends Object
Constructor and Description |
---|
CompositionConfig() |
Modifier and Type | Method and Description |
---|---|
IntegrationFunctionMapping |
getMapping() |
Topology |
getTopology() |
boolean |
isReduce() |
void |
setMapping(IntegrationFunctionMapping mapping) |
void |
setReduce(boolean reduce) |
void |
setTopology(Topology topology) |
public Topology getTopology()
public void setTopology(Topology topology)
topology
- the topologypublic IntegrationFunctionMapping getMapping()
public void setMapping(IntegrationFunctionMapping mapping)
mapping
- the mappingpublic boolean isReduce()
public void setReduce(boolean reduce)
reduce
- specifies whether to perform reduction of the composed graphCopyright © 2005–2020. All rights reserved.