| Package | Description |
|---|---|
| org.mathIT.graphs |
Provides classes representing mathematical graphs and its vertices.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkOfActivatables<V extends Activatable>
This interface guarantees networks of activatable vertices, for instance
a
social network of activatable actors. |
| Modifier and Type | Class and Description |
|---|---|
class |
Actor
This class represents actors as individual nodes of a
social network. |