GraphLab Project

Uses of Interface
graphlab.platform.attribute.AtomAttribute

Packages that use AtomAttribute
graphlab.platform.lang   
graphlab.ui.components.gpropertyeditor   
 

Uses of AtomAttribute in graphlab.platform.lang
 

Classes in graphlab.platform.lang that implement AtomAttribute
 class ArrayX<T>
          an eXtended data type that you can set it and also get it, only if your value is in the predefined set.
 class BoundedInteger
          represents a bounded integer: it's value only can be in the (max ,min) bound.
 

Uses of AtomAttribute in graphlab.ui.components.gpropertyeditor
 

Methods in graphlab.ui.components.gpropertyeditor with parameters of type AtomAttribute
 java.awt.Component OAtrRenderer.getRendererComponent(AtomAttribute value)
           
 


GraphLab Project