graphlab.main.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

Author:
Azin Azadi

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

Method Detail

setValue

boolean setValue(t value)

getValue

t getValue()