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