Uses of Class
gov.nih.nci.cagrid.cqlquery.Group

Packages that use Group
gov.nih.nci.cagrid.cqlquery   
 

Uses of Group in gov.nih.nci.cagrid.cqlquery
 

Methods in gov.nih.nci.cagrid.cqlquery that return Group
 Group[] Group.getGroup()
          Gets the group value for this Group.
 Group Object.getGroup()
          Gets the group value for this Object.
 Group Group.getGroup(int i)
           
 

Methods in gov.nih.nci.cagrid.cqlquery with parameters of type Group
 void Object.setGroup(Group group)
          Sets the group value for this Object.
 void Group.setGroup(Group[] group)
          Sets the group value for this Group.
 void Group.setGroup(int i, Group _value)
           
 

Constructors in gov.nih.nci.cagrid.cqlquery with parameters of type Group
Group(Association[] association, Attribute[] attribute, Group[] group, LogicalOperator logicRelation)
           
Object(Association association, Attribute attribute, Group group, java.lang.String name)