Uses of Class
nl.uva.vlet.vrs.ResourceNode

Packages that use ResourceNode
nl.uva.vlet.vrs   
 

Uses of ResourceNode in nl.uva.vlet.vrs
 

Subclasses of ResourceNode in nl.uva.vlet.vrs
 class LinkNode
          The LinkNode class which represents a link or a remote resource.
 

Methods in nl.uva.vlet.vrs that return ResourceNode
 ResourceNode VNode.toLinkNode()
          If this VNode represents a ResourceNode implementation this method will load the ResourceNode and return a new ResourceNode
 

Methods in nl.uva.vlet.vrs with parameters of type ResourceNode
protected  void ResourceNode.copyFrom(ResourceNode source)
          Duplicate: Initializer