Uses of Interface
science.aist.gtf.graph.builder.EdgeDataBuilder
-
Packages that use EdgeDataBuilder Package Description science.aist.gtf.graph.builder -
-
Uses of EdgeDataBuilder in science.aist.gtf.graph.builder
Methods in science.aist.gtf.graph.builder that return EdgeDataBuilder Modifier and Type Method Description EdgeDataBuilder<V,E>
EdgeBuilder. toData(V value)
Creates an edge to the vertex that decorates value and returns anEdgeDataBuilder
that allows to add a value to the created edge.EdgeDataBuilder<V,E>
EdgeBuilder. toDataByKey(Object key)
Creates an edge to the vertex that is identified by the key and returns anEdgeDataBuilder
that allows to add a value to the created edge.
-