Uses of Class
org.gephi.io.importer.api.EdgeMergeStrategy
-
Packages that use EdgeMergeStrategy Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of EdgeMergeStrategy in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return EdgeMergeStrategy Modifier and Type Method Description EdgeMergeStrategy
ContainerUnloader. getEdgesMergeStrategy()
static EdgeMergeStrategy
EdgeMergeStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static EdgeMergeStrategy[]
EdgeMergeStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.io.importer.api with parameters of type EdgeMergeStrategy Modifier and Type Method Description void
ContainerLoader. setEdgesMergeStrategy(EdgeMergeStrategy edgesMergeStrategy)
-