This object contains some useful visitors. Note that wrapping them into a parent object is only necessary to avoid a compiler backend type inference error.

By: ThorstenSeitz

no subtypes hierarchy

Inherited Attributes
Attributes inherited from: Object
Methods
nullEdgeVisitorSource Codeshared EdgeVisitor<V,E> nullEdgeVisitor<V, E>()
given V satisfies Object
given E satisfies Edge<V,E>

Empty edge visitor doing nothing.

By: ThorstenSeitz
nullVertexVisitorSource Codeshared VertexVisitor<V> nullVertexVisitor<V>()
given V satisfies Object

Empty vertex visitor doing nothing.

By: ThorstenSeitz
Inherited Methods
Methods inherited from: Object