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, setWeightclone, finalize, getClass, notify, notifyAll, wait, wait, waitdelete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeightpublic ChildEdgeImpl(BusinessServiceManager manager, BusinessServiceChildEdgeEntity entity)
public BusinessService getChild()
public Set<String> getReductionKeys()
getReductionKeys in interface Edgepublic void setChild(BusinessService child)
public String toString()
toString in class AbstractEdge<BusinessServiceChildEdgeEntity>public String getFriendlyName()
null.getFriendlyName in interface EdgeEdge.getFriendlyName()public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.