|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.BaseVertexProperties
public class BaseVertexProperties
Field Summary | |
---|---|
int |
color
|
boolean |
mark
|
java.lang.Object |
obj
You can store anything you want. |
Constructor Summary | |
---|---|
BaseVertexProperties(BaseVertexProperties p)
|
|
BaseVertexProperties(int color,
boolean mark)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int color
public boolean mark
public java.lang.Object obj
Constructor Detail |
---|
public BaseVertexProperties(BaseVertexProperties p)
public BaseVertexProperties(int color, boolean mark)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |