GRBBatch.get()

Query the value of an attribute.

int get ( GRB.IntAttr attr )

Query the value of an int-valued batch attribute.

Arguments:

attr: The attribute being queried.

Return value:

The current value of the requested attribute.

String get ( GRB.StringAttr attr )

Query the value of a string-valued batch attribute.

Arguments:

attr: The attribute being queried.

Return value:

The current value of the requested attribute.