AIMA.Core.Search.Framework.NodeExpander.getNodesExpanded C# (CSharp) Method

getNodesExpanded() public method

public getNodesExpanded ( ) : int
return int
        public int getNodesExpanded()
        {
            return metrics.getInt(METRIC_NODES_EXPANDED);
        }