GraphLab Project

graphlab.library
Class BaseVertexProperties

java.lang.Object
  extended by 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.
 
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

color

public int color

mark

public boolean mark

obj

public java.lang.Object obj
You can store anything you want.

Constructor Detail

BaseVertexProperties

public BaseVertexProperties(BaseVertexProperties p)

BaseVertexProperties

public BaseVertexProperties(int color,
                            boolean mark)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

GraphLab Project