public class Grafo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Grafo.DFSVisitor<T>
A spanning tree visitor callback interface
|
static class |
Grafo.Dirigido<T> |
static class |
Grafo.Edge<T>
A directed, weighted edge in a graph
|
static class |
Grafo.NoDirigido<T>
Author: Keith Schwarz (htiek@cs.stanford.edu)
|
static class |
Grafo.Tipos
Esta clase contiene los arbolTipo de grafo.
|
static class |
Grafo.Vertex<T>
A named graph vertex with optional data.
|
static interface |
Grafo.Visitor<T>
A graph visitor interface.
|
static interface |
Grafo.VisitorEX<T,E extends java.lang.Exception>
A graph visitor interface that can throw an exception during a visit
callback.
|
Constructor and Description |
---|
Grafo() |