Interface Route

All Known Implementing Classes:
RouteImpl

public interface Route
  • Field Details

  • Method Details

    • getType

      int getType()
    • setType

      void setType(int type)
    • getVersion

      String getVersion()
    • setVersion

      void setVersion(String version)
    • getDestinationRouter

      String getDestinationRouter()
    • setDestinationRouter

      void setDestinationRouter(String destinationRouter)
    • getKey

      String getKey()
    • getLastHop

      String getLastHop()
    • addHop

      void addHop(String routerName)
    • hasHop

      boolean hasHop(String routerName)
    • getHopCount

      int getHopCount()
    • getRoutingConnection

      RoutingConnection getRoutingConnection()
    • setRoutingConnection

      void setRoutingConnection(RoutingConnection connection)