Uses of Interface
science.aist.gtf.graph.factory.GraphFactory
-
Packages that use GraphFactory Package Description science.aist.gtf.graph.builder.impl science.aist.gtf.graph.factory -
-
Uses of GraphFactory in science.aist.gtf.graph.builder.impl
Methods in science.aist.gtf.graph.builder.impl with parameters of type GraphFactory Modifier and Type Method Description static <V,E>
GraphBuilder<V,E>GraphBuilderImpl. create(Function<V,Object> keyMapper, GraphFactory graphFactory)
Creates a new graph builderstatic <V,E>
GraphBuilder<V,E>GraphBuilderImpl. create(Function<V,Object> keyMapper, GraphFactory graphFactory, BinaryOperator<V> merger)
Creates a new graph builder.static <V,E>
GraphBuilder<V,E>GraphBuilderImpl. create(GraphFactory graphFactory)
Creates a new graph builder using the default key mapper -
Uses of GraphFactory in science.aist.gtf.graph.factory
Classes in science.aist.gtf.graph.factory that implement GraphFactory Modifier and Type Class Description class
DefaultGraphFactory
Default Graph FactoryMethods in science.aist.gtf.graph.factory that return GraphFactory Modifier and Type Method Description static GraphFactory
GraphFactoryFactory. getDefaultFactory()
Returns an instance of a default factory
-