sk.uniba.euromath.gene.controller
Class NametreeInfo

java.lang.Object
  extended by sk.uniba.euromath.gene.controller.NametreeInfo

final class NametreeInfo
extends Object

Contains info about nametree - its nameroot and instructions how to transform it.

Author:
Martin Vysny

Field Summary
(package private)  TransformationInfo info
          Transformation information.
(package private)  boolean isRoot
          true if this nameroot is the root.
(package private)  Element nameroot
          Nameroot.
 
Constructor Summary
NametreeInfo(Element nameroot, TransformationInfo info, boolean isRoot)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameroot

final Element nameroot
Nameroot.


info

final TransformationInfo info
Transformation information.


isRoot

final boolean isRoot
true if this nameroot is the root.

Constructor Detail

NametreeInfo

NametreeInfo(Element nameroot,
             TransformationInfo info,
             boolean isRoot)
Constructor.

Parameters:
nameroot - the nameroot
info - transformation info
isRoot - true if this nameroot is the root.


Copyright 2003-2003-2006 null. All Rights Reserved.