public class ReductionKeyEdgeImpl extends AbstractEdge<SingleReductionKeyEdgeEntity> implements ReductionKeyEdge
DEFAULT_WEIGHT
Constructor and Description |
---|
ReductionKeyEdgeImpl(BusinessServiceManager manager,
SingleReductionKeyEdgeEntity entity) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeVisitor<T> visitor) |
String |
getFriendlyName() |
String |
getReductionKey() |
Set<String> |
getReductionKeys() |
void |
setFriendlyName(String friendlyName) |
void |
setReductionKey(String reductionKey) |
String |
toString() |
delete, equals, getEntity, getId, getManager, getMapFunction, getOperationalStatus, getSource, getWeight, hashCode, setMapFunction, setSource, setWeight
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
public ReductionKeyEdgeImpl(BusinessServiceManager manager, SingleReductionKeyEdgeEntity entity)
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
public String getReductionKey()
getReductionKey
in interface ReductionKeyEdge
public void setReductionKey(String reductionKey)
setReductionKey
in interface ReductionKeyEdge
public String toString()
toString
in class AbstractEdge<SingleReductionKeyEdgeEntity>
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface ReductionKeyEdge
public String getFriendlyName()
getFriendlyName
in interface Edge
getFriendlyName
in interface ReductionKeyEdge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.