Uses of Interface
science.aist.gtf.graph.builder.EdgeBuilder
-
Packages that use EdgeBuilder Package Description science.aist.gtf.graph.builder science.aist.gtf.graph.builder.impl -
-
Uses of EdgeBuilder in science.aist.gtf.graph.builder
Methods in science.aist.gtf.graph.builder that return EdgeBuilder Modifier and Type Method Description EdgeBuilder<V,E>
GraphBuilder. from(V value)
Start to create a new Edge to the vertex that decorates value.EdgeBuilder<V,E>
GraphBuilder. fromByKey(Object key)
Start to create a new Edge to the vertex that is identified by the given key. -
Uses of EdgeBuilder in science.aist.gtf.graph.builder.impl
Methods in science.aist.gtf.graph.builder.impl that return EdgeBuilder Modifier and Type Method Description EdgeBuilder<V,E>
GraphBuilderImpl. from(V value)
EdgeBuilder<V,E>
GraphBuilderImpl. fromByKey(Object key)
-