|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.graph.graph.SubGraph
public class SubGraph
Field Summary | |
---|---|
java.util.HashSet<EdgeModel> |
edges
|
GraphModel |
graph
|
java.lang.String |
label
|
java.util.HashSet<VertexModel> |
vertices
|
Constructor Summary | |
---|---|
SubGraph()
using this constructor the selected graph will be considered as the default graph in the blackboard |
|
SubGraph(GraphModel graph)
|
Method Summary | |
---|---|
java.util.ArrayList<VertexModel> |
getNeighbors(VertexModel v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public GraphModel graph
public java.util.HashSet<VertexModel> vertices
public java.util.HashSet<EdgeModel> edges
public java.lang.String label
Constructor Detail |
---|
public SubGraph(GraphModel graph)
public SubGraph()
Method Detail |
---|
public java.util.ArrayList<VertexModel> getNeighbors(VertexModel v)
public java.lang.String toString()
toString
in class java.lang.Object
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |