GraphLab Project

graphlab.graph.atributeset
Class GraphNotifiableAttrSet

java.lang.Object
  extended by graphlab.platform.attribute.TimeLimitedNotifiableAttrSet<GraphAttrSet>
      extended by graphlab.graph.atributeset.GraphNotifiableAttrSet
All Implemented Interfaces:
AttributeSet, NotifiableAttributeSet, java.lang.Runnable

public class GraphNotifiableAttrSet
extends TimeLimitedNotifiableAttrSet<GraphAttrSet>

See Also:
EdgeNotifiableAttrSet

Constructor Summary
GraphNotifiableAttrSet(GraphModel g)
           
 
Method Summary
 
Methods inherited from class graphlab.platform.attribute.TimeLimitedNotifiableAttrSet
addAttributeListener, fireAttributeChange, get, getAttributeListeners, getAttrs, put, removeAttributeListener, run, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphNotifiableAttrSet

public GraphNotifiableAttrSet(GraphModel g)

GraphLab Project