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

Packages that use LinkNode
nl.uva.vlet.vrs   
 

Uses of LinkNode in nl.uva.vlet.vrs
 

Methods in nl.uva.vlet.vrs that return LinkNode
 LinkNode MyVLe.addNode(VNode sourceNode, java.lang.String optNewName, boolean isMove)
          Auto linkdrops node on this resource, returned node is alway of LinkNode type.
 LinkNode LinkNode.clone()
           
static LinkNode LinkNode.createLinkNode(VRSContext context, VRL logicalLocation, VRL targetVRL)
          Creates new LinkNode object with logical location and specified linkTarget.
static LinkNode LinkNode.createLinkNode(VRSContext context, VRL logicalLocation, VRL targetVRL, boolean resolve)
           
static LinkNode LinkNode.createLinkTo(VRL parentLoc, java.lang.String name, VNode target)
          Main method to create a new LinkNode stored in parentLoc with name 'name' and with linkTarget the specified VNode target
 LinkNode LinkNode.duplicate()
           
static LinkNode LinkNode.loadFrom(VRSContext context, VNode vnode)
          Resolves a (stored) LinkNode.
static LinkNode LinkNode.loadFrom(VRSContext context, VRL loc)
          Load ResourceNode but return as LinkNode !