|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.library.algorithms.goperators.product.GProduct<VertexType,EdgeType,GraphType>
public abstract class GProduct<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>,GraphType extends BaseGraph<VertexType,EdgeType>>
Field Summary | |
---|---|
protected GraphType |
g1
|
protected GraphType |
g2
|
Constructor Summary | |
---|---|
GProduct()
|
Method Summary | |
---|---|
abstract boolean |
compare(VertexType v1OfFirstG,
VertexType v2OfFirstG,
VertexType v1OfSecondG,
VertexType v2OfSecondG)
|
GraphType |
multiply(GraphType g1,
GraphType g2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GraphType extends BaseGraph<VertexType,EdgeType> g1
protected GraphType extends BaseGraph<VertexType,EdgeType> g2
Constructor Detail |
---|
public GProduct()
Method Detail |
---|
public final GraphType multiply(GraphType g1, GraphType g2)
public abstract boolean compare(VertexType v1OfFirstG, VertexType v2OfFirstG, VertexType v1OfSecondG, VertexType v2OfSecondG)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |