|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeEdgeMap
Method Summary | |
---|---|
java.util.ArrayList<Edge> |
getEdges()
Returns an ArrayList of Edge s that
represent pairs PlanetLab of computers and properties of interactions
between them. |
java.util.ArrayList<DrawableLabel> |
getLabels()
Returns an ArrayList of DrawableLabel s that
represent text-labels that can be drawn on the map. |
java.util.ArrayList<Node> |
getNodes()
Returns an ArrayList of Node s that
represent PlanetLab computers and their properties. |
Method Detail |
---|
java.util.ArrayList<Node> getNodes()
ArrayList
of Node
s that
represent PlanetLab computers and their properties.
java.util.ArrayList<Edge> getEdges()
ArrayList
of Edge
s that
represent pairs PlanetLab of computers and properties of interactions
between them.
java.util.ArrayList<DrawableLabel> getLabels()
ArrayList
of DrawableLabel
s that
represent text-labels that can be drawn on the map.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |