Uses of Class
nl.uva.vlet.util.VAttributeGroup

Packages that use VAttributeGroup
nl.uva.vlet.util   
nl.uva.vlet.vrs   
 

Uses of VAttributeGroup in nl.uva.vlet.util
 

Fields in nl.uva.vlet.util declared as VAttributeGroup
protected  VAttributeGroup VAttributeGroup.parent
          parent group, if contained in another VAttributeGroup
 

Fields in nl.uva.vlet.util with type parameters of type VAttributeGroup
protected  java.util.Vector<VAttributeGroup> VAttributeGroup.groups
          child groups
 

Methods in nl.uva.vlet.util that return VAttributeGroup
 VAttributeGroup VAttributeGroup.getGroup(java.lang.String name)
          Get group by name
 

Methods in nl.uva.vlet.util that return types with arguments of type VAttributeGroup
 java.util.Vector<VAttributeGroup> VAttributeGroup.getGroups()
          return actual (non-copy) vector which contains child groups
 

Methods in nl.uva.vlet.util with parameters of type VAttributeGroup
 void VAttributeGroup.addGroup(VAttributeGroup group)
          Add specified group to the child groups
 

Uses of VAttributeGroup in nl.uva.vlet.vrs
 

Methods in nl.uva.vlet.vrs that return VAttributeGroup
 VAttributeGroup Registry.getServiceAttributeGroups()