Uses of Interface
com.collation.platform.model.topology.net.Router

Packages that use Router
com.collation.platform.model.topology.net   
 

Uses of Router in com.collation.platform.model.topology.net
 

Subinterfaces of Router in com.collation.platform.model.topology.net
 interface VPN
          Description TBD by Johan
 

Methods in com.collation.platform.model.topology.net that return Router
 Router IpRoute.getParent()
          Router containing this route
 

Methods in com.collation.platform.model.topology.net with parameters of type Router
 void IpRoute.setParent(Router parent)