Package graphlab.main.attribute

Interface Summary
AtomAttribute<t>  
AttributeListener  
AttributeSet  
NotifiableAttributeSet An Interface for Vertex and Edge and Graph to manage their attributes.
Here is a simple code that you can use in every class that implements this Interface.
NotifiableAttributeSetView  
 

Class Summary
AttributeImplSet  
NotifiableAttributeSetImpl User: root
NotifiableAttributeSetImplX  
XAttribute the eXtended attribute which is a kind of view for notifiableAttributeSet, it then connects to the notifiableAttributeSet which is a kind of model for it.