Uses of Interface
science.aist.gtf.graph.builder.VertexBuilderWith
-
Packages that use VertexBuilderWith Package Description science.aist.gtf.graph.builder science.aist.gtf.graph.builder.impl -
-
Uses of VertexBuilderWith in science.aist.gtf.graph.builder
Methods in science.aist.gtf.graph.builder that return VertexBuilderWith Modifier and Type Method Description VertexBuilderWith<V,E>GraphBuilder. addVertexWith(V value)Same asGraphBuilder.addVertex(Object)but returns aVertexBuilderWiththat allows to use a callback method for the returned vertex, to be able to add additional parameters (e.g. -
Uses of VertexBuilderWith in science.aist.gtf.graph.builder.impl
Methods in science.aist.gtf.graph.builder.impl that return VertexBuilderWith Modifier and Type Method Description VertexBuilderWith<V,E>GraphBuilderImpl. addVertexWith(V value)
-