treebolic.model
Class Model

java.lang.Object
  extended by treebolic.model.Model

public class Model
extends java.lang.Object

Data model

Author:
Bernard Bou

Field Summary
 Settings theSettings
          Settings
 Tree theTree
          Tree
 
Constructor Summary
Model(Tree thisTree, Settings theseSettings)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theTree

public final Tree theTree
Tree


theSettings

public final Settings theSettings
Settings

Constructor Detail

Model

public Model(Tree thisTree,
             Settings theseSettings)
Constructor