public abstract class AbstractMockEdge extends Object implements Edge
DEFAULT_WEIGHT
Constructor and Description |
---|
AbstractMockEdge(Long id,
MapFunction mapFunction) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
Long |
getId() |
MapFunction |
getMapFunction() |
Status |
getOperationalStatus() |
Set<String> |
getReductionKeys() |
BusinessService |
getSource() |
int |
getWeight() |
void |
setMapFunction(MapFunction mapFunction) |
void |
setSource(BusinessService source) |
void |
setWeight(int weight) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getFriendlyName
public AbstractMockEdge(Long id, MapFunction mapFunction)
public BusinessService getSource()
public Status getOperationalStatus()
getOperationalStatus
in interface Edge
public void setMapFunction(MapFunction mapFunction)
setMapFunction
in interface Edge
public void setSource(BusinessService source)
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
public MapFunction getMapFunction()
getMapFunction
in interface Edge
Copyright © 2021. All rights reserved.