wt.graph.processor
Interface GraphProcessor


public interface GraphProcessor

API for ObjectGraphTemplateProcessor and ObjectGraphProcessor which produce a realized ObjectGraph given the root object and either an ObjectGraphTemplate (preview or application modes) or an ObjectGraph (application mode only)

Supported API: true

Extendable: false


Field Summary
static int BREADTH_FIRST_NAVIGATOR
          Used to specify a breadth first navigation.
static int DEPTH_FIRST_NAVIGATOR
          Used to specify a depth first navigation.
 

Field Detail

DEPTH_FIRST_NAVIGATOR

static final int DEPTH_FIRST_NAVIGATOR
Used to specify a depth first navigation.

Supported API: true

See Also:
Constant Field Values

BREADTH_FIRST_NAVIGATOR

static final int BREADTH_FIRST_NAVIGATOR
Used to specify a breadth first navigation.

Supported API: true

See Also:
Constant Field Values