GraphLab Project

graphlab.library.event.typedef
Class BaseGraphRequest

java.lang.Object
  extended by graphlab.library.event.GraphRequest<BaseVertex,BaseEdge<BaseVertex>>
      extended by graphlab.library.event.typedef.BaseGraphRequest
All Implemented Interfaces:
Event

public class BaseGraphRequest
extends GraphRequest<BaseVertex,BaseEdge<BaseVertex>>

Author:
Omid

Constructor Summary
BaseGraphRequest()
           
 
Method Summary
 
Methods inherited from class graphlab.library.event.GraphRequest
getDescription, getGraph, getID, getMessage, setGraph, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseGraphRequest

public BaseGraphRequest()

GraphLab Project