Class CustomEndingCondition Extends ABPathEndingCondition
    Public
    
    Example ending condition.
Public Methods
        
                CustomEndingCondition
        
                (path, lim)
    
                    
                    
                        Public
                    
                
        
                TargetFound
        
                (node)
    
                    
                    The path should complete when the current node has an H value less than hLimit.
                        Public
                    
                Public Variables
        
                hLimit
        
    
                    
                    
                        Public