INodeBuilderPolicy Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements an interface for a matcher policy with support for generating graph representations of the endpoints.
public interface class INodeBuilderPolicy
	public interface INodeBuilderPolicy
	type INodeBuilderPolicy = interface
	Public Interface INodeBuilderPolicy
	- Derived
 
Methods
| AppliesToEndpoints(IReadOnlyList<Endpoint>) | 
		 Evaluates if the policy matches any of the endpoints provided in   | 
        	
| BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>) | 
		 Constructs a jump table given the a set of   | 
        	
| GetEdges(IReadOnlyList<Endpoint>) | 
		 Generates a graph that representations the relationship between endpoints and hosts.  |