public class MockIpServiceEdge extends AbstractMockEdge implements IpServiceEdge
DEFAULT_WEIGHT
Constructor and Description |
---|
MockIpServiceEdge(long id,
IpService ipService,
String friendlyName) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeVisitor<T> visitor) |
String |
getFriendlyName() |
IpService |
getIpService() |
Set<String> |
getReductionKeys() |
void |
setFriendlyName(String friendlyName) |
void |
setIpService(IpService ipService) |
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
public IpService getIpService()
getIpService
in interface IpServiceEdge
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
getReductionKeys
in class AbstractMockEdge
public String getFriendlyName()
getFriendlyName
in interface Edge
getFriendlyName
in interface IpServiceEdge
public void setIpService(IpService ipService)
setIpService
in interface IpServiceEdge
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface IpServiceEdge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.