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, setWeight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
public MockChildEdge(long id, BusinessService businessService)
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
getReductionKeys
in class AbstractMockEdge
public BusinessService getChild()
public void setChild(BusinessService child)
public String getFriendlyName()
getFriendlyName
in interface Edge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.