A B C D E F G I L M N R S T U V 

E

Edge<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge in graphs.
EdgeDirected<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge directed in graphs.
EdgeDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge directed and unvaluated in graphs.
EdgeDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of an edge directed and unvaluated in graphs.
Edges<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends Edge<TypeVertex>> - Interface in net.bubuntu.graph
Top-level interface of edge collections.
EdgesDirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeDirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed edge collections.
EdgesDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed and unvaluated edge collections.
EdgesDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of directed and valuated edge collections.
EdgesMulti<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends Edge<TypeVertex>> - Interface in net.bubuntu.graph
Interface of edge collections for multi graphs.
EdgesMultiDirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeDirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed edge collections for multi graphs.
EdgesMultiDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed and unvaluated edge collections for multi graphs.
EdgesMultiDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of directed and valuated edge collections for multi graphs.
EdgesMultiUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeUndirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected edge collections for multi graphs.
EdgesMultiUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected and unvaluated edge collections for multi graphs.
EdgesMultiUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of undirected and valuated edge collections for multi graphs.
EdgesMultiUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>> - Interface in net.bubuntu.graph
Interface of unvaluated edge collections for multi graphs.
EdgesMultiValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeValuated<TypeVertex,TypeEdge>> - Interface in net.bubuntu.graph
Interface of valuated edge collections for multi graphs.
EdgesSimple<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends Edge<TypeVertex>> - Interface in net.bubuntu.graph
Interface of edge set for simple graphs.
EdgesSimpleDirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeDirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed edge set for simple graphs.
EdgesSimpleDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of directed and unvaluated edge set for simple graphs.
EdgesSimpleDirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of directed and valuated edge set for simple graphs.
EdgesSimpleUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeUndirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected edge set for simple graphs.
EdgesSimpleUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected and unvaluated edge set for simple graphs.
EdgesSimpleUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of undirected and valuated edge set for simple graphs.
EdgesSimpleUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>> - Interface in net.bubuntu.graph
Interface of unvaluated edge set for simple graphs.
EdgesSimpleValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeValuated<TypeVertex,TypeEdge>> - Interface in net.bubuntu.graph
Interface of valuated edge set for simple graphs.
EdgesUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeUndirected<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected edge collections.
EdgesUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of undirected and unvaluated edge collections for multi graphs.
EdgesUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of undirected and valuated edge collections for multi graphs.
EdgesUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdgeReal extends EdgeUnvaluated<TypeVertex>> - Interface in net.bubuntu.graph
Interface of unvaluated edge collections.
EdgesValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>,TypeEdgeReal extends EdgeValuated<TypeVertex,TypeEdge>> - Interface in net.bubuntu.graph
Interface of valuated edge collections.
EdgeUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge undirected in graphs.
EdgeUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge undirected and unvaluated in graphs.
EdgeUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of an edge undirected and valuated in graphs.
EdgeUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> - Interface in net.bubuntu.graph
Interface of an edge unvaluated in graphs.
EdgeValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> - Interface in net.bubuntu.graph
Interface of an edge valuated in graphs.
EGraph - Exception in net.bubuntu.graph
Exception on graphs.
EGraph() - Constructor for exception net.bubuntu.graph.EGraph
Create an exception.
EGraph(String) - Constructor for exception net.bubuntu.graph.EGraph
Create an exception with the specified message.
EGraph(Throwable) - Constructor for exception net.bubuntu.graph.EGraph
Create an exception with the specified cause.
EGraphIncorrectEdge - Exception in net.bubuntu.graph
Exception of graph when an edge is incorrect.
EGraphIncorrectEdge(Throwable) - Constructor for exception net.bubuntu.graph.EGraphIncorrectEdge
Create an exception with the specified cause.
EGraphIncorrectVertex - Exception in net.bubuntu.graph
Exception of graph when an vertex is incorrect.
EGraphIncorrectVertex() - Constructor for exception net.bubuntu.graph.EGraphIncorrectVertex
Create an exception.
EGraphReadError - Exception in net.bubuntu.graph
Exception of graph when an exception is thrown during reading.
EGraphReadError(String) - Constructor for exception net.bubuntu.graph.EGraphReadError
Create an exception with the specified message.
EGraphReadError(Throwable) - Constructor for exception net.bubuntu.graph.EGraphReadError
Create an exception with the specified cause.
Element - Interface in net.bubuntu.graph
Top-level interface of elements on graphs.
A B C D E F G I L M N R S T U V