DRCL JavaSim API

Uses of Class
drcl.inet.Link

Packages that use Link
drcl.inet   
 

Uses of Link in drcl.inet
 

Methods in drcl.inet with parameters of type Link
static void InetUtil.createTopology(Component network_, int[][] adjMatrix_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, int[][] adjMatrix_, Link link_, boolean assignAddress_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, int[][] adjMatrix_, long[] ids_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.Object[] existing_, int[][] adjMatrix_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.Object[] existing_, int[][] adjMatrix_, Link link_, boolean assignAddress_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.Object[] existing_, int[][] adjMatrix_, long[] ids_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, int[][] adjMatrix_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, int[][] adjMatrix_, long[] ids_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, int[][] adjMatrix_, Link link_, boolean assignAddress_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, java.lang.Object[] existing_, int[][] adjMatrix_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, java.lang.Object[] existing_, int[][] adjMatrix_, Link link_, boolean assignAddress_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, java.lang.Object[] existing_, int[][] adjMatrix_, long[] ids_, Link link_)
          Creates a network topology based on an adjacency matrix.
static void InetUtil.createTopology(Component network_, java.lang.String routerIDPrefix_, java.lang.String hostIDPrefix_, java.lang.Object[] existing_, int[][] adjMatrix_, long[] ids_, Link link_, boolean assignAddress_)
          Creates a network topology based on an adjacency matrix.
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~