Package org.gephi.io.importer.api
Class PropertiesAssociations
- java.lang.Object
-
- org.gephi.io.importer.api.PropertiesAssociations
-
- All Implemented Interfaces:
Serializable
public final class PropertiesAssociations extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PropertiesAssociations.EdgeProperties
static class
PropertiesAssociations.NodeProperties
-
Constructor Summary
Constructors Constructor Description PropertiesAssociations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEdgePropertyAssociation(PropertiesAssociations.EdgeProperties property, String title)
void
addNodePropertyAssociation(PropertiesAssociations.NodeProperties property, String title)
PropertiesAssociations.EdgeProperties
getEdgeProperty(String title)
String
getInfos()
PropertiesAssociations.NodeProperties
getNodeProperty(String title)
-
-
-
Method Detail
-
addNodePropertyAssociation
public void addNodePropertyAssociation(PropertiesAssociations.NodeProperties property, String title)
-
addEdgePropertyAssociation
public void addEdgePropertyAssociation(PropertiesAssociations.EdgeProperties property, String title)
-
getNodeProperty
public PropertiesAssociations.NodeProperties getNodeProperty(String title)
-
getEdgeProperty
public PropertiesAssociations.EdgeProperties getEdgeProperty(String title)
-
getInfos
public String getInfos()
-
-