| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.adaptor |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedAcyclicGraphImplFactory
The factory for creating Vertices and Edges in a GraphImpl class.
|
class |
DirectedGraphImplFactory
The factory for creating Vertices and Edges in a DirectedGraphImpl class.
|
class |
GraphImplFactory
The factory for creating Vertices and Edges in a GraphImpl class.
|
class |
TreeImplFactory
The factory for creating Vertices and Edges in a GraphImpl class.
|
class |
WeightedGraphImplFactory
The factory for creating Vertices and Edges in a WeightedGraphImpl class.
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphFactory |
GraphImpl.factory
Reference to the instance of GraphFactory
responsible for creating Vertices and Edges.
|
| Modifier and Type | Method and Description |
|---|---|
GraphFactory |
GraphImpl.getGraphFactory()
Returns the factory that will be responsible for creating Vertices
and Edges in a Graph.
|
GraphFactory |
Graph.getGraphFactory()
Returns the factory that will be responsible for creating Vertices
and Edges in a Graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphImpl.setGraphFactory(GraphFactory factory)
Sets the factory that will be responsible for creating Vertices
and Edges in a Graph.
|
void |
Graph.setGraphFactory(GraphFactory factory)
Sets the factory that will be responsible for creating Vertices
and Edges in a Graph.
|
| Modifier and Type | Method and Description |
|---|---|
GraphFactory |
GraphDelegator.getGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDelegator.setGraphFactory(GraphFactory factory) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.