rendsite.engine.node
Class Node_Scope

java.lang.Object
  extended by rendsite.engine.node.Node
      extended by rendsite.engine.node.Node_Scope

public class Node_Scope
extends Node

A scope.

Author:
erich Version History
 10NOV09 - EPG - First package release.
 

Field Summary
 Node_Directory directory
          The previous directory scope.
 things.data.ThingsPropertyTree local
          The previous local values tree.
 
Constructor Summary
Node_Scope(things.data.ThingsPropertyTree local, Node_Directory directory)
          Create a node.
 
Method Summary
 
Methods inherited from class rendsite.engine.node.Node
getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

public things.data.ThingsPropertyTree local
The previous local values tree.


directory

public Node_Directory directory
The previous directory scope.

Constructor Detail

Node_Scope

public Node_Scope(things.data.ThingsPropertyTree local,
                  Node_Directory directory)
           throws java.lang.Throwable
Create a node.

Throws:
java.lang.Throwable


rendsite.