- Environment - Class in ou4
-
A matrix of nodes that make up a network.
- Environment(int, int, int, int, float, float, float, float) - Constructor for class ou4.Environment
-
Construct and initialize the coordinate matrix with its limitations.
- EnvironmentTest - Class in ou4.tests
-
- EnvironmentTest() - Constructor for class ou4.tests.EnvironmentTest
-
- equals(Object) - Method in class ou4.Node
-
- equals(Object) - Method in class ou4.Position
-
Checks if two Positions are the same
- Event - Class in ou4
-
An event that can be detected in the network.
- Event(int, int, Position) - Constructor for class ou4.Event
-
Constructor for an event,
- eventHash(int, Node) - Method in class ou4.Environment
-
Creates hash-ID's for events.
- eventSync() - Method in class ou4.message.Agent
-
Syncs event data with the current node.
- EventTest - Class in ou4.tests
-
- EventTest() - Constructor for class ou4.tests.EventTest
-