org.gephi.graph.api
Interface MetaEdge
- All Superinterfaces:
- Edge
public interface MetaEdge
- extends Edge
Meta edges are edges between a group and a leaf
or between two groups. They represents proper edges between descendants of groups. Meta
edges are always located only on nodes which are in the current view.
By default meta edges are automatically generated and maintained when
the hierarchy is manipulated (expand/contract).
- Author:
- Mathieu Bastian
- See Also:
HierarchicalGraph
Method Summary |
int |
getCount()
Returns the number of edges this meta-edge represents |
getCount
int getCount()
- Returns the number of edges this meta-edge represents
- Returns:
- the number of edges this meta-edge represents