|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.BaseEdgeProperties
public class BaseEdgeProperties
Wrapper for basic properties of an edge.
Field Summary | |
---|---|
int |
color
|
boolean |
mark
|
java.lang.Object |
obj
You can store anything you want. |
int |
weight
|
Constructor Summary | |
---|---|
BaseEdgeProperties(BaseEdgeProperties p)
|
|
BaseEdgeProperties(int color,
int weight,
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 int weight
public boolean mark
public java.lang.Object obj
Constructor Detail |
---|
public BaseEdgeProperties(BaseEdgeProperties p)
public BaseEdgeProperties(int color, int weight, 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 |