Uses of Interface
org.gephi.io.importer.api.MetadataDraft
-
Packages that use MetadataDraft Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of MetadataDraft in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return MetadataDraft Modifier and Type Method Description MetadataDraftMetadataDraft.Builder. build()Builds a new instance ofMetadataDraftwith the provided title and description.MetadataDraftContainerUnloader. getMetadata()Methods in org.gephi.io.importer.api with parameters of type MetadataDraft Modifier and Type Method Description voidContainerLoader. setMetadata(MetadataDraft metadata)Sets the (optional) graph metadata.
-