Esempio n. 1
0
 /// <summary>
 /// Sets the given node's flag value.  This method exist
 /// here in order to allow the tree to notify
 /// TreeChangeListeners that may be tracking the state of
 /// the tree.
 public void flagNode(DecisionTreeNode node, int flagValue)
 {
     node.setFlag(flagValue);
 }
 /// <summary>
 /// Sets the given node's flag value.  This method exist
 /// here in order to allow the tree to notify
 /// TreeChangeListeners that may be tracking the state of
 /// the tree.        
 public void flagNode(DecisionTreeNode node, int flagValue)
 {
     node.setFlag(flagValue);
 }