GraphLab Project

Package graphlab.platform.lang

Interface Summary
FromStringProvider<t> provides a "From String" for a given String, which means to create an object from it's toString string.
Validator<T> The basic validator, used in attributes that needs to be validated every time they set.
 

Class Summary
ArrayX<T> an eXtended data type that you can set it and also get it, only if your value is in the predefined set.
BoundedInteger represents a bounded integer: it's value only can be in the (max ,min) bound.
Pair<First,Second> A pair of two objects
SetValidator<t> This is a validator that it's valid values are a set of values
 

Annotation Types Summary
CommandAttitude The information which will provide a new command in CommandLine (beanshell)
 


GraphLab Project