|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphMetadata
Interface for object providing basic (general) informations about the graph
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getEdgePropertiesNames()
List of edge's properties (edges are JavaBeans) so it should be list of possible properties names in the graph's edge implementation |
java.util.List<java.lang.String> |
getNodePropertiesNames()
List of node's properties (nodes are JavaBeans) so it should be list of possible properties names in the graph's node implementation |
boolean |
isDirected()
Return's if the edges in the graph are directed |
| Method Detail |
|---|
boolean isDirected()
java.util.List<java.lang.String> getNodePropertiesNames()
java.util.List<java.lang.String> getEdgePropertiesNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||