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, setGraph
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseGraphRequest

public BaseGraphRequest()