Interface IPofNavigator
The IPofNavigator interface represents an algorithm for navigating a IPofValue hierarchy in order to locate a contained IPofValue for extraction, modification and/or removal purposes.
Namespace: Tangosol.IO.Pof.Reflection
Assembly: Coherence.dll
Syntax
public interface IPofNavigator
Methods
Navigate(IPofValue)
Locate the IPofValue designated by this IPofNavigator within the passed IPofValue.
Declaration
IPofValue Navigate(IPofValue valueOrigin)
Parameters
Type | Name | Description |
---|---|---|
IPofValue | valueOrigin | The origin from which navigation starts. |
Returns
Type | Description |
---|---|
IPofValue | The resulting IPofValue. |
Exceptions
Type | Condition |
---|---|
PofNavigationException | If the navigation fails; for example one of the intermediate nodes in this path is a "terminal" IPofValue. |