Uses of Class
org.problets.lib.conceptmap.model.LinkModel

Packages that use LinkModel
org.problets.lib.conceptmap.model   
org.problets.lib.conceptmap.model.userbuilt   
org.problets.lib.conceptmap.view   
 

Uses of LinkModel in org.problets.lib.conceptmap.model
 

Methods in org.problets.lib.conceptmap.model that return LinkModel
 LinkModel NodeModel.getChildLink(int index)
          Returns the link at the specified position in this node's vector of child links.
 LinkModel NodeModel.getChildLinkTo(java.lang.String name)
          Returns the link to the node model with the specified name.
 

Methods in org.problets.lib.conceptmap.model with parameters of type LinkModel
 void NodeModel.addLink(LinkModel linkModel)
          Adds the specified link as a child link.
 

Uses of LinkModel in org.problets.lib.conceptmap.model.userbuilt
 

Subclasses of LinkModel in org.problets.lib.conceptmap.model.userbuilt
 class UserBuiltLinkModel
          Derived from LinkModel.
 

Uses of LinkModel in org.problets.lib.conceptmap.view
 

Constructors in org.problets.lib.conceptmap.view with parameters of type LinkModel
LinkView(NodeView inSource, NodeView inTarget, LinkModel inLinkModel)
          Creates a LinkView object using the source and target node views and the link model as arguments.