GraphLab Project

graphlab.platform.attribute
Interface AtomAttribute<T>

All Superinterfaces:
java.io.Serializable, Validator<T>
All Known Implementing Classes:
ArrayX, BoundedInteger

public interface AtomAttribute<T>
extends Validator<T>, java.io.Serializable

the place holder for a single validable attribute

Author:
Azin Azadi

Method Summary
 T getValue()
           
 boolean setValue(T value)
           
 
Methods inherited from interface graphlab.platform.lang.Validator
isValid
 

Method Detail

setValue

boolean setValue(T value)

getValue

T getValue()

GraphLab Project