- compareTest() - Method in class org.bhave.test.network.model.impl.ERGilbertComparisonTest
-
- configAndGenerateTest() - Method in class org.bhave.test.network.model.impl.KRegularTest
-
- configure(int, long) - Method in interface org.bhave.network.model.BAForestModel
-
Configures the model to be executed with a given number of nodes and a
seed for the random number generator.
- configure(int, int, long) - Method in interface org.bhave.network.model.BAModel
-
Configures the model to be executed with a given number of nodes and a
number of links to be added with each new node addition
- configure(int, int, long) - Method in interface org.bhave.network.model.BarabasiAlbertModel
-
Configures the model to be executed with a given number of nodes and a
number of links to be added with each new node addition
- configure(int, int, long) - Method in interface org.bhave.network.model.ERModel
-
Configures a model to produce a network with a given number of nodes and
links.
- configure(int, double, long) - Method in interface org.bhave.network.model.GilbertModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.CopyOfEBarabasiAlbertModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.CopyOfEBarabasiAlbertModel
-
- configure(int, long) - Method in class org.bhave.network.model.impl.DefaultBAForestModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.DefaultBAForestModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.DefaultBAModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.DefaultBAModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.DefaultBarabasiAlbertModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.DefaultBarabasiAlbertModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.DefaultKRegularModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.DefaultKRegularModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.DefaultWSModel
-
- configure(int, int, double, long) - Method in class org.bhave.network.model.impl.DefaultWSModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.EBarabasiAlbertModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.EBarabasiAlbertModel
-
- configure(int, int, long) - Method in class org.bhave.network.model.impl.EERModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.EERModel
-
- configure(Configuration) - Method in class org.bhave.network.model.impl.EGilberModel
-
- configure(int, double, long) - Method in class org.bhave.network.model.impl.EGilberModel
-
- configure(int, int, long) - Method in interface org.bhave.network.model.KRegularModel
-
Configures the model.
- configure(Configuration) - Method in interface org.bhave.network.model.NetworkModel
-
Configures the
NetworkModel
with a given
Configuration
instance.
- configure(int, int, double, long) - Method in interface org.bhave.network.model.WSModel
-
Configures this model to generate a small-world network with a given
number of nodes.
- configureTest() - Method in class org.bhave.test.network.model.impl.BarabasiAlbertModelTest
-
- containsDirectedLink(Node, Node) - Method in interface org.bhave.network.api.Network
-
Returns true of the given link is in the network.
- containsDirectedLink(Node, Node) - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- containsDirectedLink(Node, Node) - Method in class org.bhave.network.impl.hash.HashNetwork
-
- containsLink(Link) - Method in interface org.bhave.network.api.Network
-
Returns true of the given link is in the network.
- containsLink(Node, Node) - Method in interface org.bhave.network.api.Network
-
Returns true of the given link is in the network.
- containsLink(Link) - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- containsLink(Node, Node) - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- containsLink(Link) - Method in class org.bhave.network.impl.hash.HashNetwork
-
- containsLink(Node, Node) - Method in class org.bhave.network.impl.hash.HashNetwork
-
- containsNode(Node) - Method in interface org.bhave.network.api.Network
-
Returns true of the given node is in the network.
- containsNode(Node) - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- containsNode(Node) - Method in class org.bhave.network.impl.hash.HashNetwork
-
- copyConstructorTest() - Method in class org.bhave.test.network.impl.hash.SimpleLinkTest
-
- CopyOfEBarabasiAlbertModel - Class in org.bhave.network.model.impl
-
- CopyOfEBarabasiAlbertModel(Configuration, RandomGenerator, Network) - Constructor for class org.bhave.network.model.impl.CopyOfEBarabasiAlbertModel
-
- createEmptyNetwork() - Method in class org.bhave.test.network.impl.hash.HashNetworkTest
-
- createLink() - Method in interface org.bhave.network.api.Network
-
Creates a new link that can be added to the network.
- createLink() - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- createLink() - Method in class org.bhave.network.impl.hash.HashNetwork
-
- createNewNodesAndLinks() - Method in class org.bhave.test.network.impl.hash.HashNetworkTest
-
- createNode() - Method in interface org.bhave.network.api.Network
-
Creates a new node that can be added to the network.
- createNode() - Method in class org.bhave.network.impl.hash.dynamic.DynamicHashNetwork
-
- createNode() - Method in class org.bhave.network.impl.hash.HashNetwork
-