class PathfinderServices extends Object
| Modifier and Type | Field and Description |
|---|---|
private Connection |
connection
Connection to the pathfinder server
|
private ModelRegistry |
registry
Holds access to all the models
|
| Modifier | Constructor and Description |
|---|---|
protected |
PathfinderServices(ModelRegistry registry,
Connection connection)
Constructs a pathfinder services object.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Returns the connection to the pathfinder server.
|
ModelRegistry |
getRegistry()
Returns the model registry.
|
private ModelRegistry registry
private Connection connection
protected PathfinderServices(ModelRegistry registry, Connection connection)
registry - model registry use to store access to all the models.connection - to the pathfinder serverpublic ModelRegistry getRegistry()
public Connection getConnection()