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

Packages that use VAttributeSet
nl.uva.vlet   
nl.uva.vlet.util   
nl.uva.vlet.vrl   
nl.uva.vlet.vrs   
 

Uses of VAttributeSet in nl.uva.vlet
 

Methods in nl.uva.vlet that return VAttributeSet
static VAttributeSet Global.getConfigurationAttributes()
          Return configurable properties as AttributeSet
 

Uses of VAttributeSet in nl.uva.vlet.util
 

Subclasses of VAttributeSet in nl.uva.vlet.util
 class VAttributeGroup
          An attribute group extends an attribute set by being able to have several attribute 'groups' as childs.
 

Methods in nl.uva.vlet.util that return VAttributeSet
 VAttributeSet VAttributeSet.duplicate()
           
static VAttributeSet VAttributeSet.readFrom(java.io.InputStream inps)
           
 

Methods in nl.uva.vlet.util with parameters of type VAttributeSet
 void VAttributeGroup.addGroup(VAttributeSet attrSet)
           
 void VAttributeGroup.setAttributes(VAttributeSet attrs)
          Set attribute to the specified ones
 

Constructors in nl.uva.vlet.util with parameters of type VAttributeSet
VAttributeGroup(VAttributeSet attrSet)
          Create group from set
 

Uses of VAttributeSet in nl.uva.vlet.vrl
 

Methods in nl.uva.vlet.vrl that return VAttributeSet
 VAttributeSet VRL.getQueryAttributes()
          If a query has a set of properties in the form "?name=value&name2=..." return the set of properties as a VAtributeSet.
 

Uses of VAttributeSet in nl.uva.vlet.vrs
 

Fields in nl.uva.vlet.vrs declared as VAttributeSet
protected  VAttributeSet ResourceNode.resourceAttributes
          Link Attributes, also used to store 'extra' or Server Attributes ! The names of these attributes are stored in serverAttributeNames.
 

Methods in nl.uva.vlet.vrs that return VAttributeSet
 VAttributeSet VNode.getAttributeSet(java.lang.String[] names)
          Same as getAttributes(), but return the attributes in an Attribute set.
 

Methods in nl.uva.vlet.vrs with parameters of type VAttributeSet
 void ServerInfo.addAttributes(VAttributeSet set)
           
 VAttribute[] VNode.mergedGetAttributes(VAttributeSet attrSet, java.lang.String[] attrNames)
          Fetch atrributes which are not in the Attribute Set.