GraphLab Project

Uses of Interface
graphlab.platform.lang.Validator

Packages that use Validator
graphlab.platform.attribute   
graphlab.platform.lang   
 

Uses of Validator in graphlab.platform.attribute
 

Subinterfaces of Validator in graphlab.platform.attribute
 interface AtomAttribute<T>
          the place holder for a single validable attribute
 

Uses of Validator in graphlab.platform.lang
 

Classes in graphlab.platform.lang that implement Validator
 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.
 class SetValidator<t>
          This is a validator that it's valid values are a set of values
 


GraphLab Project