Interface PofNavigator

All Known Implementing Classes:
AbstractPofPath, SimplePofPath

public interface PofNavigator
The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.
Since:
Coherence 3.5
Author:
as 2009.02.14
  • Method Summary

    Modifier and Type
    Method
    Description
    navigate(PofValue valueOrigin)
    Locate the PofValue identified by this PofNavigator within the passed PofValue.
  • Method Details