com.unitesk.atp.tree
Interface Tree

All Known Implementing Classes:
Tree, TreeClass

public interface Tree

Attributed Tree Interface.

Version:
$Id: Tree.java,v 1.2 2005/03/07 16:56:06 all-x Exp $
Author:
Alexey Demakov

Method Summary
 File getFile()
          Returns source file for this tree or null if tree was build not from file.
 Node getRootNode()
          Returns root of this tree.
 void setFile(File file)
           
 void setRootNode(Node root)
           
 

Method Detail

getFile

File getFile()
Returns source file for this tree or null if tree was build not from file.


setFile

void setFile(File file)

getRootNode

Node getRootNode()
Returns root of this tree.


setRootNode

void setRootNode(Node root)


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.