Package uchicago.src.sim.network

Interface Summary
AdjacencyMatrix A social network adjacency matrix.
Edge A interface for all edge objects (as in nodes and edges).
NetworkConstants Constants used by the network package.
NetworkMatrixFormatter A formatter interface for network matrices.
NetworkMatrixReader Interface for reading a network matrix.
Node A simple interface for a graph node in a networked space.
ProbabilityRule The ProbabilityRule is used to calculate the probability of objects with respect to another where that probability can be updated over time.
 

Class Summary
AbstractAdjacencyMatrix  
AbstractProbabilityRule Implements some generic functionality for ProbabilityRule-s.
AdjacencyBitMatrix  
AdjacencyByteMatrix A social network adjacency matrix.
AdjacencyDoubleMatrix A social network adjacency matrix.
AdjacencyMatrixFactory  
ASCIIFormatter Formats AdjacencyMatrices into a comma delimited plain text format.
DefaultDrawableEdge A drawable edge between two nodes.
DefaultDrawableNode  
DefaultEdge An edge between two nodes.
DefaultNode A simple graph node that is a default implementation of Node.
DefaultNode.OrderedHashMap HashMap that keeps an ordered list of its keys.
DegNetGenerator Generates an adjacency matrix given a mean degree, a variance, and a list of probilities.
DlFormatter Formats AdjacencyMatrices into dl format.
DlReader Matrix reader for UCINET dl format files.
EdgeFactory Utility methods for creating Edges.
ExcelFormatter Formats AdjacencyMatrices into ExcelFormat.
ExcelMatrixReader  
Linker Creates links between nodes based on some ProbabilityRule.
NetUtilities Performs various common operations on passed networks and returns them, and/or returns a statistic on a passed network and returns the result.
NetworkConvertor Utility class to convert one kind of network representation to another.
NetworkFactory Creates a list of nodes with their links from various sources.
NetworkPath  
NetworkRecorder Records a network as a matrix or matrices in the appropriate format.
PajekNetReader Class for constructing networks from text files in Pajek's *.net Arc/Edge list file format.
RandomDensityNet Creates a RandomDensityNetwork.
RolfeNet  
ShortestNetworkPath  
SquareLatticeNet Creates a square lattice network.
UniformReinforcement A ProbabiltyRule that implements uniform reinforcement.