Package | Description |
---|---|
org.bhave.network.model | |
org.bhave.network.model.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
BAForestModel
/**
|
interface |
BAModel
Defines an interface for the BarabasiAbert Network Model of preferential
attachment.
|
interface |
BarabasiAlbertModel
Defines an interface for the BarabasiAbert Network Model of preferential
attachment.
|
interface |
ERModel
This model produces networks according to the Erdos-Renyi model as follows:
Each network is chosen uniformly at random from the collection of all
networks which have n nodes and m edges.
|
interface |
GilbertModel |
interface |
KRegularModel
Defines an interface for the KRegular Network Model.
|
interface |
WSModel
Defines a network model that creates
Network instances with
small-world properties according to the algorithm of Watts & Strogatz. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetworkModel |
class |
CopyOfEBarabasiAlbertModel
Efficient implementation of Preferential Attachment for the
BarabasiAlbertModel . |
class |
DefaultBAForestModel
Efficient implementation of Preferential Attachment for the
DefaultBAForestModel . |
class |
DefaultBAModel
Efficient implementation of Preferential Attachment for the
DefaultBAModel . |
class |
DefaultBarabasiAlbertModel
Naive Default Implementation for the
BarabasiAlbertModel interface. |
class |
DefaultKRegularModel
Implementation of
KRegularModel |
class |
DefaultWSModel |
class |
EBarabasiAlbertModel
Efficient implementation of Preferential Attachement for the
BarabasiAlbertModel . |
class |
EERModel
Efficient Implementation for the
ERModel . |
class |
EGilberModel
Efficient implementation of
GilbertModel . |