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

Public Member Functions

 Topology ()
 
 Topology (Map< String, Switch > switches, Map< String, Link > links)
 
boolean equivalent (ITopology other)
 
- Public Member Functions inherited from org.openkilda.topo.ITopology
Map< String, SwitchgetSwitches ()
 
Map< String, LinkgetLinks ()
 

Detailed Description

Concrete representation of a Topology.

It is a combination of it's raw elements as well as its graph representation

Definition at line 32 of file Topology.java.

Constructor & Destructor Documentation

◆ Topology() [1/2]

org.openkilda.topo.Topology.Topology ( )

Definition at line 38 of file Topology.java.

◆ Topology() [2/2]

org.openkilda.topo.Topology.Topology ( Map< String, Switch switches,
Map< String, Link links 
)

Definition at line 42 of file Topology.java.

Member Function Documentation

◆ equivalent()

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

Are the two topologies equivalent?

Implements org.openkilda.topo.ITopology.

Definition at line 61 of file Topology.java.


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