public class FWResultTreeNode extends net.simplace.ui.tree.FWTreeNode { // Public Constructors public FWResultTreeNode(FWSystemModel aSystemModel); public FWResultTreeNode(FWResultTreeNode aParentNode, Element aScenarioElement); // Public Instance Methods
public int getChildCount(); // Overrides javax.swing.tree.DefaultMutableTreeNode
public boolean isSceanarioNode();
returns if the Node is a ScenarioNode. false means node is a SystemNode