public interface GroupResolver
Modifier and Type | Method and Description |
---|---|
VariableResolver |
getVariableResolver(int set_index)
Returns a VariableResolver that can be used to resolve variable in the
get set of the group.
|
int |
groupID()
A number that uniquely identifies this group from all the others in the
set of groups.
|
TObject |
resolve(Variable variable,
int set_index)
Returns the value of a variable of a group.
|
int |
size()
The total number of set items in this group.
|
int groupID()
int size()
TObject resolve(Variable variable, int set_index)
VariableResolver getVariableResolver(int set_index)
Copyright © 2015. All rights reserved.