|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.graph.domain.basic.GraphWrapper
public class GraphWrapper
Description of the Class
| Field Summary | |
|---|---|
private Graph |
impl
|
| Constructor Summary | |
|---|---|
GraphWrapper()
Constructor for the GraphWrapper object |
|
GraphWrapper(Graph impl)
Constructor for the GraphWrapper object |
|
| Method Summary | |
|---|---|
java.util.Set |
getEdges()
Gets the edges attribute of the GraphWrapper object |
java.util.Set |
getEdges(Vertex v)
Gets the edges attribute of the GraphWrapper object |
java.util.Set |
getVertices()
Gets the vertices attribute of the GraphWrapper object |
java.util.Set |
getVertices(Edge e)
Gets the vertices attribute of the GraphWrapper object |
void |
setGraph(Graph impl)
Sets the graph attribute of the GraphWrapper object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Graph impl
| Constructor Detail |
|---|
public GraphWrapper(Graph impl)
impl - public GraphWrapper()
| Method Detail |
|---|
public void setGraph(Graph impl)
public java.util.Set getVertices()
public java.util.Set getEdges()
public java.util.Set getVertices(Edge e)
public java.util.Set getEdges(Vertex v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||