public class ChildEdgeImpl extends AbstractEdge<BusinessServiceChildEdgeEntity> implements ChildEdge
DEFAULT_WEIGHT
Constructor and Description |
---|
ChildEdgeImpl(BusinessServiceManager manager,
BusinessServiceChildEdgeEntity entity) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeVisitor<T> visitor) |
BusinessService |
getChild() |
String |
getFriendlyName()
Method implementation for the friendly name used in the topology UI.
|
Set<String> |
getReductionKeys() |
void |
setChild(BusinessService child) |
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 ChildEdgeImpl(BusinessServiceManager manager, BusinessServiceChildEdgeEntity entity)
public BusinessService getChild()
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
public void setChild(BusinessService child)
public String toString()
toString
in class AbstractEdge<BusinessServiceChildEdgeEntity>
public String getFriendlyName()
null
.getFriendlyName
in interface Edge
Edge.getFriendlyName()
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.