GraphLab Project

Uses of Package
graphlab.platform.attribute

Packages that use graphlab.platform.attribute
graphlab.graph.atributeset   
graphlab.graph.graph   
graphlab.graph.old   
graphlab.platform.attribute   
graphlab.platform.lang   
graphlab.platform.preferences   
graphlab.platform.preferences.lastsettings   
graphlab.plugins.connector   
graphlab.plugins.main.core.actions   
graphlab.ui   
graphlab.ui.components.gpropertyeditor   
graphlab.ui.components.gpropertyeditor.utils   
graphlab.ui.components.utils   
 

Classes in graphlab.platform.attribute used by graphlab.graph.atributeset
AttributeSet
          The base interface for storing a set of attributes, it is very similar to a map.
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
TimeLimitedNotifiableAttrSet
          A handy NotifiableSet which acts on any AttributeSet and converts it to a NotifiableAttributeSet, This is done by checking the AttributeSet for changes in each (100) mili seconds.
 

Classes in graphlab.platform.attribute used by graphlab.graph.graph
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
 

Classes in graphlab.platform.attribute used by graphlab.graph.old
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
 

Classes in graphlab.platform.attribute used by graphlab.platform.attribute
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
AttributeSet
          The base interface for storing a set of attributes, it is very similar to a map.
AttributeSetImpl
           
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
 

Classes in graphlab.platform.attribute used by graphlab.platform.lang
AtomAttribute
          the place holder for a single validable attribute
 

Classes in graphlab.platform.attribute used by graphlab.platform.preferences
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
NotifiableAttributeSetImpl
          Default implementation for the NotifiableAttributeSet
 

Classes in graphlab.platform.attribute used by graphlab.platform.preferences.lastsettings
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
 

Classes in graphlab.platform.attribute used by graphlab.plugins.connector
AttributeSet
          The base interface for storing a set of attributes, it is very similar to a map.
 

Classes in graphlab.platform.attribute used by graphlab.plugins.main.core.actions
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
 

Classes in graphlab.platform.attribute used by graphlab.ui
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
AttributeSet
          The base interface for storing a set of attributes, it is very similar to a map.
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
 

Classes in graphlab.platform.attribute used by graphlab.ui.components.gpropertyeditor
AtomAttribute
          the place holder for a single validable attribute
AttributeListener
          The base interface for listening to the changes of attributes in an attribute set
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
 

Classes in graphlab.platform.attribute used by graphlab.ui.components.gpropertyeditor.utils
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
NotifiableAttributeSetImpl
          Default implementation for the NotifiableAttributeSet
 

Classes in graphlab.platform.attribute used by graphlab.ui.components.utils
NotifiableAttributeSet
          An Interface which is an AttributeSet and also it is notifiable
as an example see NotifiableAttributeSetImpl
The difference between a NotifiableAttributeSet and a BlackBoard is that, NotifiableAttributeSet is designed for a small set of attributes, so for example getAttributeListeners() will return all listeners of all attributes, but BlackBoard is for a bigger set of attributes, and there you can give listeners for just one key at a time.
 


GraphLab Project