GraphLab Project

graphlab.platform.lang
Interface Validator<T>

All Known Subinterfaces:
AtomAttribute<T>
All Known Implementing Classes:
ArrayX, BoundedInteger, SetValidator

public interface Validator<T>

The basic validator, used in attributes that needs to be validated every time they set.

Author:
azin azadi
See Also:
BoundedInteger, ArrayX

Method Summary
 boolean isValid(T x)
           
 

Method Detail

isValid

boolean isValid(T x)

GraphLab Project