INodeBuilderPolicy Interface

Definition

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 endpoints.

BuildJumpTable(Int32, IReadOnlyList<PolicyJumpTableEdge>)

Constructs a jump table given the a set of edges.

GetEdges(IReadOnlyList<Endpoint>)

Generates a graph that representations the relationship between endpoints and hosts.

Applies to