graphlab.library
Class BaseVertexProperties
java.lang.Object
graphlab.library.BaseVertexProperties
- All Implemented Interfaces:
- java.lang.Cloneable
public class BaseVertexProperties
- extends java.lang.Object
- implements java.lang.Cloneable
- Author:
- Omid
|
Field Summary |
int |
color
|
boolean |
mark
|
java.lang.Object |
obj
You can store anything you want. |
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
public int color
mark
public boolean mark
obj
public java.lang.Object obj
- You can store anything you want.
BaseVertexProperties
public BaseVertexProperties(BaseVertexProperties p)
BaseVertexProperties
public BaseVertexProperties(int color,
boolean mark)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object