public class NodeDiscoveryBridgeTopology.BridgeTopologyHelper extends Object
Constructor and Description |
---|
BridgeTopologyHelper(Bridge xBridge,
List<BridgeMacLink> xBFT,
Bridge yBridge,
List<BridgeMacLink> yBFT) |
Modifier and Type | Method and Description |
---|---|
Integer |
getFirstBridgeConnectionPort() |
List<BridgeMacLink> |
getFirstBridgeForwarders() |
BridgePort |
getFirstBridgePort() |
Map<Integer,List<BridgeMacLink>> |
getFirstBridgeTroughSetBft() |
Integer |
getSecondBridgeConnectionPort() |
List<BridgeMacLink> |
getSecondBridgeForwarders() |
BridgePort |
getSecondBridgePort() |
Map<Integer,List<BridgeMacLink>> |
getSecondBridgeTroughSetBft() |
Set<BridgePort> |
getSimpleConnection() |
Set<String> |
getSimpleConnectionMacs() |
public BridgeTopologyHelper(Bridge xBridge, List<BridgeMacLink> xBFT, Bridge yBridge, List<BridgeMacLink> yBFT)
public Integer getFirstBridgeConnectionPort()
public Integer getSecondBridgeConnectionPort()
public BridgePort getFirstBridgePort()
public BridgePort getSecondBridgePort()
public Map<Integer,List<BridgeMacLink>> getFirstBridgeTroughSetBft()
public Map<Integer,List<BridgeMacLink>> getSecondBridgeTroughSetBft()
public List<BridgeMacLink> getFirstBridgeForwarders()
public List<BridgeMacLink> getSecondBridgeForwarders()
public Set<BridgePort> getSimpleConnection()
Copyright © 2020. All rights reserved.