|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Graph
Interface of a preview graph.
Method Summary | |
---|---|
int |
countBidirectionalEdges()
Returns the number of bidirectional edges in the graph. |
int |
countNodes()
Returns the number of nodes in the graph. |
int |
countSelfLoops()
Returns the number of self-loops in the graph. |
int |
countUndirectedEdges()
Returns the number of undirected edges in the graph. |
int |
countUnidirectionalEdges()
Returns the number of unidirectional edges in the graph. |
java.lang.Iterable<BidirectionalEdge> |
getBidirectionalEdges()
Returns an iterable on the graph's bidirectional edges. |
java.lang.Iterable<Node> |
getNodes()
Returns an iterable on the graph's nodes. |
java.lang.Iterable<SelfLoop> |
getSelfLoops()
Returns an iterable on the graph's self-loops. |
java.lang.Iterable<UndirectedEdge> |
getUndirectedEdges()
Returns an iterable on the graph's undirected edges. |
java.lang.Iterable<UnidirectionalEdge> |
getUnidirectionalEdges()
Returns an iterable on the graph's unidirectional edges. |
java.lang.Boolean |
showEdges()
Returns true if the edges must be displayed in the preview. |
java.lang.Boolean |
showNodes()
Returns true if the nodes must be displayed in the preview. |
java.lang.Boolean |
showSelfLoops()
Returns true if the self-loops must be displayed in the preview. |
Method Detail |
---|
java.lang.Iterable<Node> getNodes()
java.lang.Iterable<SelfLoop> getSelfLoops()
java.lang.Iterable<UnidirectionalEdge> getUnidirectionalEdges()
java.lang.Iterable<BidirectionalEdge> getBidirectionalEdges()
java.lang.Iterable<UndirectedEdge> getUndirectedEdges()
int countNodes()
int countSelfLoops()
int countUnidirectionalEdges()
int countBidirectionalEdges()
int countUndirectedEdges()
java.lang.Boolean showNodes()
java.lang.Boolean showEdges()
java.lang.Boolean showSelfLoops()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |