Uses of Class
org.problets.lib.conceptmap.model.userbuilt.UserBuiltNodeModel

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

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

Methods in org.problets.lib.conceptmap.model.userbuilt that return UserBuiltNodeModel
 UserBuiltNodeModel UserBuiltNodeModel.getShallowCopy()
          Returns a shallow copy (a copy of the ) of this node model.
 

Constructors in org.problets.lib.conceptmap.model.userbuilt with parameters of type UserBuiltNodeModel
UserBuiltLinkModel(UserBuiltNodeModel source, UserBuiltNodeModel target)
          Creates a UserBuiltLinkModel object using the source and target node models as arguments.
UserBuiltNodeModel(UserBuiltNodeModel parent, java.util.Vector contents)
          Creates a UserBuiltNodeModel object using the parent node and the data for the rest of the tree passed in a vector of strings as arguments.
 

Uses of UserBuiltNodeModel in org.problets.lib.conceptmap.view.userbuilt
 

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type UserBuiltNodeModel
TempUserBuiltNodeView(UserBuiltNodeView parent, UserBuiltNodeModel nodeModel)
          Creates a TempUserBuiltNodeView object using the parent node view and the corresponding model as arguments.
UserBuiltNodeView(UserBuiltNodeView parent, UserBuiltNodeModel nodeModel)
          Creates a UserBuiltNodeView object using the parent node view and the corresponding model as arguments.