Package science.aist.gtf.graph.builder
-
Interface Summary Interface Description EdgeBuilder<V,E> Edge Builder is used inside theGraphBuilderand is responsible to create a fluent way on how to create an edge between two verticesEdgeDataBuilder<V,E> EdgeDataBuilder is used insideEdgeBuilderand is used to add the data element (decorated element) to the created edge.EdgeWithBuilder<V,E> EdgeWithBuilder that is used insideEdgeBuilderandEdgeDataBuilderand allows to add a callback method, that is called with the created edge.GraphBuilder<V,E> The Graph Builder is the entry point of the builder pattern which was designed to create a graph using a fluent api.VertexBuilderWith<V,E> VertexBuilderWith that is used insideGraphBuilderand allows to add a callback method to the vertex creation method