Table of Contents

Method AcceptNodeType

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

AcceptNodeType(Type)

Returns whether this graph type accepts a node type for insertion.

public virtual bool AcceptNodeType(Type t)

Parameters

t Type

The node type to test.

Returns

bool

true when the node type is allowed in this graph; otherwise, false.

Remarks

The base implementation accepts all node types. Specialized graph types can override this to enforce stricter node families.