- getAge() - Method in class ou4.message.Query
-
Returns the time the query has been alive.
- getAgentChance() - Method in class ou4.Environment
-
Gets the probability of an agent spawning.
- getAgentMaxSteps() - Method in class ou4.Environment
-
Gets how many steps an agent can take.
- getEventFromId(int) - Method in class ou4.Node
-
Get Event data
- getEventId() - Method in class ou4.Route
-
Returns the Route's id.
- getEvents() - Method in class ou4.Node
-
Gets the hashmap of events
- getId() - Method in class ou4.Event
-
Returns the event's id.
- getKnownRoutes() - Method in class ou4.Node
-
Gets the hashmap of knownRoutes
- getLastNode() - Method in class ou4.message.Agent
-
Returns the agents last node
- getNeighbouringNodes(Node, float) - Method in class ou4.Environment
-
Retunrs a list of nodes surrounding a centerNode.
- getNeighbours() - Method in class ou4.Node
-
Returns a list of neighbours
- getNextNode() - Method in class ou4.Route
-
Returns the next Node in the path.
- getPosition() - Method in class ou4.Event
-
Returns the event's position.
- getPosition() - Method in class ou4.Node
-
Get node position.
- getQueryMaxSteps() - Method in class ou4.Environment
-
Gets how many steps a query can take.
- getRouteFromId(int) - Method in class ou4.Node
-
Get route from routing list
- getRunningSteps() - Method in class ou4.Environment
-
Returns how many steps the simulation as been running
- getSendTries() - Method in class ou4.message.Query
-
Return amount of times query has been sent.
- getSteps() - Method in class ou4.Route
-
Returns the Route's amount of steps.
- getTimestamp() - Method in class ou4.Event
-
Returns the event's timestamp.
- getX() - Method in class ou4.Position
-
Returns the x coordinate.
- getY() - Method in class ou4.Position
-
Returns the y coordinate.