GraphLab Project

graphlab.graph.atributeset
Class VertexNotifiableAttrSet

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

public class VertexNotifiableAttrSet
extends TimeLimitedNotifiableAttrSet<VertexAttrSet>


Constructor Summary
VertexNotifiableAttrSet(VertexModel input)
           
 
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

VertexNotifiableAttrSet

public VertexNotifiableAttrSet(VertexModel input)

GraphLab Project