cz.cuni.amis.pogamut.shady
Class ShadeNode

Package class diagram package ShadeNode
java.lang.Object
  extended by cz.cuni.amis.pogamut.shady.ShadeNode

public class ShadeNode
extends Object

Representation of one node in the if-then tree. The root node is always called "root" and all nodes must have different names.

Author:
Honza

Method Summary
 List<NodeElement> getElements()
          Get list of all elements of this node.
 String getName()
          Get identifier of the node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Get identifier of the node. That has some special rules and is quite similar to FQN name of class.

Returns:
identifier of node.

getElements

public List<NodeElement> getElements()
Get list of all elements of this node.

Returns:
unmodifiable list


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.