public class MockChildEdge extends AbstractMockEdge implements ChildEdge
DEFAULT_WEIGHT| Constructor and Description | 
|---|
MockChildEdge(long id,
             BusinessService businessService)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(EdgeVisitor<T> visitor)  | 
BusinessService | 
getChild()  | 
String | 
getFriendlyName()  | 
Set<String> | 
getReductionKeys()  | 
void | 
setChild(BusinessService child)  | 
String | 
toString()  | 
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdelete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeightpublic MockChildEdge(long id,
                     BusinessService businessService)
public Set<String> getReductionKeys()
getReductionKeys in interface EdgegetReductionKeys in class AbstractMockEdgepublic BusinessService getChild()
public void setChild(BusinessService child)
public String getFriendlyName()
getFriendlyName in interface Edgepublic <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.