Uses of Class
org.gephi.io.importer.api.PropertiesAssociations.EdgeProperties
-
Packages that use PropertiesAssociations.EdgeProperties Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of PropertiesAssociations.EdgeProperties in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return PropertiesAssociations.EdgeProperties Modifier and Type Method Description PropertiesAssociations.EdgeProperties
PropertiesAssociations. getEdgeProperty(String title)
static PropertiesAssociations.EdgeProperties
PropertiesAssociations.EdgeProperties. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertiesAssociations.EdgeProperties[]
PropertiesAssociations.EdgeProperties. 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 PropertiesAssociations.EdgeProperties Modifier and Type Method Description void
PropertiesAssociations. addEdgePropertyAssociation(PropertiesAssociations.EdgeProperties property, String title)
-