Open Kilda Java Documentation
org.openkilda.topo.ITopology Interface Reference
Inheritance diagram for org.openkilda.topo.ITopology:
org.openkilda.topo.Topology

Public Member Functions

boolean equivalent (ITopology other)
 
Map< String, SwitchgetSwitches ()
 
Map< String, LinkgetLinks ()
 

Detailed Description

The primary interface that captures the ITopology behavior.

Definition at line 23 of file ITopology.java.

Member Function Documentation

◆ equivalent()

boolean org.openkilda.topo.ITopology.equivalent ( ITopology  other)

Are the two topologies equivalent?

Implemented in org.openkilda.topo.Topology.

◆ getLinks()

Map<String, Link> org.openkilda.topo.ITopology.getLinks ( )

◆ getSwitches()

Map<String, Switch> org.openkilda.topo.ITopology.getSwitches ( )

The documentation for this interface was generated from the following file: