Class FWResultTreeNode

All Implemented Interfaces:
Serializable, Cloneable, MutableTreeNode, TreeNode

public class FWResultTreeNode extends FWTreeNode
Author:
Andreas Enders
See Also:
  • Constructor Details

    • FWResultTreeNode

      public FWResultTreeNode(FWSystemModel aSystemModel)
      Parameters:
      aJdomElement - filling structure
    • FWResultTreeNode

      public FWResultTreeNode(FWResultTreeNode aParentNode, org.jdom2.Element aScenarioElement)
      Parameters:
      aJdomElement - filling structure
  • Method Details

    • getChildCount

      public int getChildCount()
      Specified by:
      getChildCount in interface TreeNode
      Overrides:
      getChildCount in class DefaultMutableTreeNode
    • isSceanarioNode

      public boolean isSceanarioNode()
      Returns:
      if the Node is a ScenarioNode. false means node is a SystemNode
    • getSystemModel

      public FWSystemModel getSystemModel()
      Returns:
      the system model of this node