|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.lib.conceptmap.model.ForestModel
org.problets.lib.conceptmap.model.userbuilt.UserBuiltForestModel
public class UserBuiltForestModel
Derived from ForestModel.
Constructor Summary | |
---|---|
UserBuiltForestModel(java.lang.String path,
java.lang.String fileName)
Creates a UserBuiltForestModel object with the data passed in text file format. |
|
UserBuiltForestModel(java.util.Vector stringVectors)
Creates a UserBuiltForestModel object with the data passed in vector format. |
Method Summary | |
---|---|
void |
addTreeModel(UserBuiltTreeModel treeModel)
Adds the tree model passed as argument to the vector of tree models. |
static void |
main(java.lang.String[] args)
|
void |
removeTreeModel(UserBuiltTreeModel treeModel)
Removes the tree model passed as argument from the vector of tree models. |
Methods inherited from class org.problets.lib.conceptmap.model.ForestModel |
---|
getModelVector, getNumTreeModels, getTreeModel, print |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserBuiltForestModel(java.util.Vector stringVectors)
stringVectors
- the vector with the data for the modelpublic UserBuiltForestModel(java.lang.String path, java.lang.String fileName)
FileName
- the file from which the data for the model is extractedMethod Detail |
---|
public void removeTreeModel(UserBuiltTreeModel treeModel)
treeModel
- the tree model to be removed from the vector of tree modelspublic void addTreeModel(UserBuiltTreeModel treeModel)
treeModel
- the tree model to be added to the vector of tree modelspublic static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |