EngineNodesFind Method | 
| Name | Description | |
|---|---|---|
| Find(String) | 
            Find EngineNode based on Node ID.
              | |
| Find(PredicateEngineNode) | 
            Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire list.
             Linear searching, o(n), so use with care.  |