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, setWeight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getReductionKeys, getSource, getWeight, setMapFunction, setSource, setWeight
public String getReductionKey()
getReductionKey
in interface ReductionKeyEdge
public void setReductionKey(String reductionKey)
setReductionKey
in interface ReductionKeyEdge
public String getFriendlyName()
getFriendlyName
in interface Edge
getFriendlyName
in interface ReductionKeyEdge
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface ReductionKeyEdge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.