Uses of Package
science.aist.gtf.graph.builder
-
Packages that use science.aist.gtf.graph.builder Package Description science.aist.gtf.graph.builder science.aist.gtf.graph.builder.impl -
Classes in science.aist.gtf.graph.builder used by science.aist.gtf.graph.builder Class Description EdgeBuilder Edge Builder is used inside theGraphBuilder
and is responsible to create a fluent way on how to create an edge between two verticesEdgeDataBuilder EdgeDataBuilder is used insideEdgeBuilder
and is used to add the data element (decorated element) to the created edge.EdgeWithBuilder EdgeWithBuilder that is used insideEdgeBuilder
andEdgeDataBuilder
and allows to add a callback method, that is called with the created edge.GraphBuilder The Graph Builder is the entry point of the builder pattern which was designed to create a graph using a fluent api.VertexBuilderWith VertexBuilderWith that is used insideGraphBuilder
and allows to add a callback method to the vertex creation method -
Classes in science.aist.gtf.graph.builder used by science.aist.gtf.graph.builder.impl Class Description EdgeBuilder Edge Builder is used inside theGraphBuilder
and is responsible to create a fluent way on how to create an edge between two verticesGraphBuilder The Graph Builder is the entry point of the builder pattern which was designed to create a graph using a fluent api.VertexBuilderWith VertexBuilderWith that is used insideGraphBuilder
and allows to add a callback method to the vertex creation method