- CHARACTER - Static variable in interface net.bubuntu.graph.Convertor
-
The Character convertor.
- clear() - Method in interface net.bubuntu.graph.Graph
-
Clear the graph (vertices and edges).
- clear() - Method in class net.bubuntu.graph.GraphMultiDirectedUnvaluated
-
- clear() - Method in class net.bubuntu.graph.GraphMultiDirectedValuated
-
- clear() - Method in class net.bubuntu.graph.GraphMultiUndirectedUnvaluated
-
- clear() - Method in class net.bubuntu.graph.GraphMultiUndirectedValuated
-
- clear() - Method in class net.bubuntu.graph.GraphSimpleDirectedUnvaluated
-
- clear() - Method in class net.bubuntu.graph.GraphSimpleDirectedValuated
-
- clear() - Method in class net.bubuntu.graph.GraphSimpleUndirectedUnvaluated
-
- clear() - Method in class net.bubuntu.graph.GraphSimpleUndirectedValuated
-
- contains(TypeVertex, TypeVertex) - Method in interface net.bubuntu.graph.Edges
-
Returns true if this collection contains the specified edge.
- contains(Vertex<TypeVertex>, Vertex<TypeVertex>) - Method in interface net.bubuntu.graph.Edges
-
Returns true if this collection contains the specified edge.
- contains(TypeVertex, TypeVertex, TypeEdge) - Method in interface net.bubuntu.graph.EdgesValuated
-
Returns true if this collection contains the specified edge.
- contains(Vertex<TypeVertex>, Vertex<TypeVertex>, TypeEdge) - Method in interface net.bubuntu.graph.EdgesValuated
-
Returns true if this collection contains the specified edge.
- contains(TypeVertex) - Method in interface net.bubuntu.graph.Vertices
-
Returns true if this set contains the specified vertex.
- Convertor<Type extends java.lang.Comparable<Type>> - Interface in net.bubuntu.graph
-
Interface of Convertor methods.