- Separators<V,E> - Class in agape.algos
-
This class provides methods for ab-separators problem.
- Separators() - Constructor for class agape.algos.Separators
-
- set(String, int) - Method in class agape.test.Tracker
-
Give a trace a specific value.
- setEdgeFactoy(Factory<E>) - Method in class agape.algos.Algorithms
-
- setGraphFactoy(Factory<Graph<V, E>>) - Method in class agape.algos.Algorithms
-
- setVertexFactoy(Factory<V>) - Method in class agape.algos.Algorithms
-
- showGraph(Graph<V, E>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- showGraph(Graph<V, E>, Layout<V, E>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- showGraph(Graph<V, E>, Set<V>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- showGraph(Graph<V, E>, Set<V>, Set<V>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- showGraph(Graph<V, E>, Set<V>, Set<V>, Layout<V, E>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- showGraphSets(Graph<V, E>, Set<Set<V>>) - Static method in class agape.visu.Visualization
-
This method allows a fast visualization of a graph.
- snd - Variable in class agape.tools.Pair
-
- subGraph(Graph<V, E>, Graph<V, E>, V) - Static method in class agape.tools.Operations
-
Insert into subG nodes and edges of N[x] in G.
- subGraph(Graph<V, E>, Graph<V, E>, Set<V>) - Static method in class agape.tools.Operations
-
Insert into subG nodes and edges of N[S] in G.