Open Kilda Java Documentation
org.openkilda.topo.ITopoSlug Interface Reference
Inheritance diagram for org.openkilda.topo.ITopoSlug:
org.openkilda.topo.Link org.openkilda.topo.LinkEndpoint org.openkilda.topo.Port org.openkilda.topo.PortQueue org.openkilda.topo.Switch

Public Member Functions

String getSlug ()
 

Detailed Description

An ITopoSlug is a type of identifier for something in the topology

Definition at line 21 of file ITopoSlug.java.

Member Function Documentation

◆ getSlug()

String org.openkilda.topo.ITopoSlug.getSlug ( )
Returns
the topology slug that uniquely identifies this entity

Implemented in org.openkilda.topo.Port, org.openkilda.topo.LinkEndpoint, org.openkilda.topo.PortQueue, org.openkilda.topo.Switch, and org.openkilda.topo.Link.


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