public class MockReductionKeyEdge extends AbstractMockEdge implements ReductionKeyEdge
DEFAULT_WEIGHT| Constructor and Description | 
|---|
MockReductionKeyEdge(long id,
                    String reductionKey,
                    String friendlyName)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(EdgeVisitor<T> visitor)  | 
String | 
getFriendlyName()  | 
String | 
getReductionKey()  | 
void | 
setFriendlyName(String friendlyName)  | 
void | 
setReductionKey(String reductionKey)  | 
delete, getId, getMapFunction, getOperationalStatus, getReductionKeys, getSource, getWeight, setMapFunction, setSource, setWeightclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, getId, getMapFunction, getOperationalStatus, getReductionKeys, getSource, getWeight, setMapFunction, setSource, setWeightpublic String getReductionKey()
getReductionKey in interface ReductionKeyEdgepublic void setReductionKey(String reductionKey)
setReductionKey in interface ReductionKeyEdgepublic String getFriendlyName()
getFriendlyName in interface EdgegetFriendlyName in interface ReductionKeyEdgepublic void setFriendlyName(String friendlyName)
setFriendlyName in interface ReductionKeyEdgepublic <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.